Skip to content

Commit

Permalink
- Changed "launchMode" of PlayerActivity from 'singleInstance' to 'si…
Browse files Browse the repository at this point in the history
…ngleTask'

  to allow more than one activity to participate in LeafPic's Task Stack.
  • Loading branch information
calvinnor committed Jun 25, 2018
1 parent 0ffecb0 commit 1325109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Expand Up @@ -29,7 +29,7 @@
android:name=".activities.PlayerActivity"
android:configChanges="orientation|screenSize"
android:label="@string/video_player"
android:launchMode="singleInstance"
android:launchMode="singleTask"
android:theme="@style/Theme.AppCompat.NoActionBar">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
Expand Down

0 comments on commit 1325109

Please sign in to comment.