mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-23 11:21:29 +00:00
Prevent starting multiple instances of MainActivity (fixes #943)
This commit is contained in:
parent
e371269ada
commit
bc30b79fde
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
<activity
|
||||
android:name=".activities.MainActivity"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleTop">
|
||||
android:launchMode="singleTask">
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".activities.WebGuiActivity"
|
||||
|
|
Loading…
Reference in a new issue