mirror of https://github.com/M66B/FairEmail.git
Fixed launch mode
This commit is contained in:
parent
26a3eb43f6
commit
09ac60d299
|
@ -202,7 +202,7 @@
|
||||||
<activity
|
<activity
|
||||||
android:name=".ActivityBilling"
|
android:name=".ActivityBilling"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:launchMode="singleInstance" />
|
android:launchMode="singleTop" />
|
||||||
|
|
||||||
<service
|
<service
|
||||||
android:name=".ServiceSynchronize"
|
android:name=".ServiceSynchronize"
|
||||||
|
|
Loading…
Reference in New Issue