inorichi 9 жил өмнө
parent
commit
f26a60f1ba

+ 4 - 0
app/src/main/java/eu/kanade/mangafeed/ui/library/LibraryFragment.java

@@ -129,6 +129,10 @@ public class LibraryFragment extends BaseRxFragment<LibraryPresenter>
         }
         // Restore active category
         viewPager.setCurrentItem(activeCat, false);
+        if (tabs.getTabCount() > 0) {
+            TabLayout.Tab tab = tabs.getTabAt(viewPager.getCurrentItem());
+            if (tab != null) tab.select();
+        }
 
         // Send the mangas to child fragments after the adapter is updated
         EventBus.getDefault().postSticky(new LibraryMangasEvent(mangas));