mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Fixed three level navigation
This commit is contained in:
@@ -1299,8 +1299,8 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
private void onViewMessages(Intent intent) {
|
||||
if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED)) {
|
||||
getSupportFragmentManager().popBackStack("messages", FragmentManager.POP_BACK_STACK_INCLUSIVE);
|
||||
if (content_pane != null)
|
||||
getSupportFragmentManager().popBackStack("unified", 0);
|
||||
//if (content_pane != null)
|
||||
// getSupportFragmentManager().popBackStack("unified", 0);
|
||||
}
|
||||
|
||||
Bundle args = new Bundle();
|
||||
|
||||
Reference in New Issue
Block a user