Skip to content

Commit

Permalink
delete data issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rdelrosario committed May 30, 2020
1 parent 13b89ee commit 30ff0ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ public virtual void OnReceived(IDictionary<string, object> parameters)
}

var deleteIntent = new Intent(context, typeof(PushNotificationDeletedReceiver));
deleteIntent.PutExtras(extras);
var pendingDeleteIntent = PendingIntent.GetBroadcast(context, requestCode, deleteIntent, PendingIntentFlags.CancelCurrent);
notificationBuilder.SetDeleteIntent(pendingDeleteIntent);

Expand Down

0 comments on commit 30ff0ab

Please sign in to comment.