mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Remove addToBackStack
We do not actually want users to go back to this fragment
This commit is contained in:
parent
a8d302bdf3
commit
6091cc7465
1 changed files with 0 additions and 1 deletions
|
|
@ -136,7 +136,6 @@ public class NearbyActivity extends NavigationBaseActivity {
|
|||
FragmentTransaction fragmentTransaction = getSupportFragmentManager().beginTransaction();
|
||||
Fragment noPermissionsFragment = new NoPermissionsFragment();
|
||||
fragmentTransaction.replace(R.id.container, noPermissionsFragment);
|
||||
fragmentTransaction.addToBackStack(null);
|
||||
fragmentTransaction.commit();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue