mirror of https://github.com/M66B/FairEmail.git
Changed compose launch mode
This commit is contained in:
parent
8398ddfb8e
commit
831498eb7e
|
@ -99,9 +99,8 @@
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".ActivityCompose"
|
android:name=".ActivityCompose"
|
||||||
android:documentLaunchMode="always"
|
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:launchMode="standard"
|
android:launchMode="singleTop"
|
||||||
android:parentActivityName=".ActivityView">
|
android:parentActivityName=".ActivityView">
|
||||||
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
|
Loading…
Reference in New Issue