astuetz / PagerSlidingTabStrip

An interactive indicator to navigate between the different pages of a ViewPager
139 stars 44 forks source link

Coming to tab using by pressing back button tabs are no behaving properly #259

Open nitindec06 opened 8 years ago

nitindec06 commented 8 years ago

I am using list view in the tabs on clicking on item detail page is shown after pressing back button the data from tab is gone and to change the current tab you have to swipe 2 or three times once the tab is changed then functionality comes back to normal

DardanBala commented 7 years ago

I fixed this by replacing getActivity().getSupportFragmentManager().beginTransaction().replace(.... to getActivity().getSupportFragmentManager().beginTransaction().add(....