Skip to content

Commit 30ff0ab

Browse files
committed
delete data issue fix
1 parent 13b89ee commit 30ff0ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Plugin.FirebasePushNotification/DefaultPushNotificationHandler.android.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ public virtual void OnReceived(IDictionary<string, object> parameters)
386386
}
387387

388388
var deleteIntent = new Intent(context, typeof(PushNotificationDeletedReceiver));
389+
deleteIntent.PutExtras(extras);
389390
var pendingDeleteIntent = PendingIntent.GetBroadcast(context, requestCode, deleteIntent, PendingIntentFlags.CancelCurrent);
390391
notificationBuilder.SetDeleteIntent(pendingDeleteIntent);
391392

0 commit comments

Comments
 (0)