Skip to content

Commit

Permalink
Fix activity duplication (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvm committed May 11, 2020
1 parent 58c585e commit 7860f8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".MainActivity">
<activity
android:name=".MainActivity"
android:launchMode="singleTop" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down

0 comments on commit 7860f8a

Please sign in to comment.