avoid multiple app instances by clicking on the notification
This commit is contained in:
parent
8040d698be
commit
36ebd6bc4d
|
@ -32,7 +32,9 @@
|
|||
android:name=".activities.SplashActivity"
|
||||
android:theme="@style/SplashTheme" />
|
||||
|
||||
<activity android:name=".activities.MainActivity" />
|
||||
<activity
|
||||
android:name=".activities.MainActivity"
|
||||
android:launchMode="singleTask" />
|
||||
|
||||
<activity
|
||||
android:name=".activities.SettingsActivity"
|
||||
|
|
Loading…
Reference in New Issue