1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-23 03:11:30 +00:00

Fixed Activity launch mode.

This commit is contained in:
Felix Ableitner 2014-05-06 13:30:40 +02:00
parent f58f7cf38f
commit f5d68c1e4d

View file

@ -17,7 +17,8 @@
<activity
android:name=".WebGuiActivity"
android:theme="@android:style/Theme.Holo.Light"
android:label="@string/app_name" >
android:label="@string/app_name"
android:launchMode="singleTop" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />