Skip to content

Commit

Permalink
Configure Android to use singleTask launchMode (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
troach-sf authored Apr 13, 2020
1 parent e3ca1f3 commit 0897b47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
android:screenOrientation="portrait"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
android:windowSoftInputMode="adjustResize"
android:exported="true">
android:exported="true"
android:launchMode="singleTask">
</activity>
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
<meta-data android:name="com.dieam.reactnativepushnotification.notification_channel_name"
Expand Down

0 comments on commit 0897b47

Please sign in to comment.