Fixed three level navigation

This commit is contained in:
M66B 2020-10-09 19:21:07 +02:00
parent f63b063ae8
commit 0e6f764300
1 changed files with 2 additions and 2 deletions

View File

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