mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Multiple document compose
This commit is contained in:
parent
e76b123ef0
commit
f61a76af80
2 changed files with 2 additions and 1 deletions
|
@ -95,6 +95,7 @@
|
|||
|
||||
<activity
|
||||
android:name=".ActivityCompose"
|
||||
android:documentLaunchMode="always"
|
||||
android:exported="true"
|
||||
android:launchMode="standard"
|
||||
android:parentActivityName=".ActivityView">
|
||||
|
|
|
@ -152,7 +152,7 @@ public class ActivityCompose extends ActivityBilling implements FragmentManager.
|
|||
@Override
|
||||
public void onBackStackChanged() {
|
||||
if (getSupportFragmentManager().getBackStackEntryCount() == 0)
|
||||
finish();
|
||||
finishAndRemoveTask();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue