Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Commit

Permalink
Set ListActivity launchMode to singleTop
Browse files Browse the repository at this point in the history
  • Loading branch information
seven332 committed Jan 28, 2016
1 parent 99bec37 commit 22fba29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
android:theme="@style/NormalActivity"
android:configChanges="screenSize|uiMode|orientation"
android:screenOrientation="unspecified"
android:launchMode="singleTask"
android:launchMode="singleTop"
android:enabled="true">

<intent-filter>
Expand Down

0 comments on commit 22fba29

Please sign in to comment.