Skip to content

Commit

Permalink
Merge pull request streetcomplete#396 from krzyk/386
Browse files Browse the repository at this point in the history
streetcomplete#386 changing to singleTop lanunch mode for SettingsActivity
  • Loading branch information
westnordost authored Jul 13, 2017
2 parents fbea0dc + c6447d5 commit fdcc320
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 @@ -26,7 +26,7 @@
<activity
android:name=".settings.SettingsActivity"
android:label="@string/action_settings"
android:launchMode="singleTop"
android:launchMode="singleTask"
android:parentActivityName=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MANAGE_NETWORK_USAGE" />
Expand Down

0 comments on commit fdcc320

Please sign in to comment.