Fixed the bottomNavigation refresh when a route is started

This commit is contained in:
Bart
2021-01-06 18:31:55 +01:00
parent f868302d30
commit 56a14c2482
4 changed files with 13 additions and 5 deletions

View File

@@ -158,7 +158,7 @@ public class SettingsFragment extends Fragment {
fragmentTransaction.attach(currentFragment);
fragmentTransaction.commit();
refreshable.refresh();
refreshable.refreshAndNavigateTo(R.id.settings);
}
/**