mirror of https://github.com/M66B/FairEmail.git
Multiple document compose
This commit is contained in:
parent
e76b123ef0
commit
f61a76af80
|
@ -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 New Issue