Skip to content

Commit 91cdf4a

Browse files
committed
added
1 parent e1a0716 commit 91cdf4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationHelper.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,9 @@ public void sendToNotificationCentreWithPicture(Bundle bundle, Bitmap largeIconB
498498
notification.setChannelId(channel_id);
499499
notification.setContentIntent(pendingIntent);
500500

501+
if (bundle.getBoolean("fullScreenIntent"))
502+
notification.setFullScreenIntent(pendingIntent, true);
503+
501504
JSONArray actionsArray = null;
502505
try {
503506
actionsArray = bundle.getString("actions") != null ? new JSONArray(bundle.getString("actions")) : null;

0 commit comments

Comments
 (0)