Multiple document compose

This commit is contained in:
M66B
2019-01-15 19:52:12 +00:00
parent e76b123ef0
commit f61a76af80
2 changed files with 2 additions and 1 deletions

View File

@@ -152,7 +152,7 @@ public class ActivityCompose extends ActivityBilling implements FragmentManager.
@Override
public void onBackStackChanged() {
if (getSupportFragmentManager().getBackStackEntryCount() == 0)
finish();
finishAndRemoveTask();
}
@Override