mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Merge pull request #170 from regularcoder/dev
Fix issue#65 by setting launchMode to singleTop
This commit is contained in:
@@ -51,7 +51,8 @@
|
|||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".MainActivity"
|
android:name=".MainActivity"
|
||||||
android:label="@string/main_activity_title">
|
android:label="@string/main_activity_title"
|
||||||
|
android:launchMode="singleTop">
|
||||||
<intent-filter android:label="@string/app_name">
|
<intent-filter android:label="@string/app_name">
|
||||||
<action android:name="android.intent.action.MAIN"/>
|
<action android:name="android.intent.action.MAIN"/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user