1
0
Fork 0
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:
M66B 2024-08-02 08:35:43 +02:00
parent f4da3d603a
commit 88275d18f4

View file

@ -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);