Skip to content

Commit

Permalink
fix: update notification receiver activity launchMode (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 authored Oct 18, 2023
1 parent e2acf5b commit dee8f95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions messagingpush/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
android:name=".activity.NotificationClickReceiverActivity"
android:excludeFromRecents="true"
android:exported="true"
android:launchMode="singleTop"
android:noHistory="true"
android:taskAffinity=""
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
Expand Down

0 comments on commit dee8f95

Please sign in to comment.