Back fixes

This commit is contained in:
M66B
2019-10-04 16:57:40 +02:00
parent 264b957c73
commit 1c0f5382f5
6 changed files with 15 additions and 42 deletions

View File

@@ -347,12 +347,6 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
if (drawerToggle.onOptionsItemSelected(item))
return true;
switch (item.getItemId()) {
case android.R.id.home:
if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
getSupportFragmentManager().popBackStack();
return true;
}
return super.onOptionsItemSelected(item);
}