mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 01:06:11 +00:00
Small behavior improvement
This commit is contained in:
parent
f4da3d603a
commit
88275d18f4
1 changed files with 2 additions and 0 deletions
|
@ -2483,6 +2483,8 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
|||
if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
|
||||
if (unified && "unified".equals(startup)) {
|
||||
getSupportFragmentManager().popBackStack("unified", 0);
|
||||
if (!drawerLayout.isLocked(drawerContainer))
|
||||
drawerLayout.closeDrawer(drawerContainer);
|
||||
return;
|
||||
} else {
|
||||
getSupportFragmentManager().popBackStack("thread", FragmentManager.POP_BACK_STACK_INCLUSIVE);
|
||||
|
|
Loading…
Reference in a new issue