Skip to content

Commit

Permalink
remove singleTop again.. not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Development committed Jun 8, 2019
1 parent 57e77f9 commit 10ac0e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions News-Android-App/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@

<activity
android:name=".NewsReaderListActivity"
android:label="@string/app_name"
android:launchMode="singleTop">
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down

0 comments on commit 10ac0e3

Please sign in to comment.