I have a FragmentActivity and this is a tab bar. In first tab contain a fragment (Supportmapfragment). In second tab, also contain a fragment (Supportmapfragment). When i switch to second tab i can't do anything in second supportmapfragment, but when the screen lock and then unlock already can do. In this switch i hide de first fragment because i need to keep the state of first fragment.
This is possible, how can i do this. Thanks.