Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e29b54e authored by Julia Reynolds's avatar Julia Reynolds Committed by Android (Google) Code Review
Browse files

Merge "Fix pending intent links" into rvc-qpr-dev

parents b3cbdbdf 4cf561d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -108,7 +108,7 @@ public class NotificationSbnViewHolder extends RecyclerView.ViewHolder {
                                : NotificationHistoryActivity.NotificationHistoryEvent
                                : NotificationHistoryActivity.NotificationHistoryEvent
                                .NOTIFICATION_HISTORY_RECENT_ITEM_CLICK,
                                .NOTIFICATION_HISTORY_RECENT_ITEM_CLICK,
                        uid, pkg, instanceId, position);
                        uid, pkg, instanceId, position);
                if (pi != null) {
                if (pi != null && isPendingIntentValid) {
                    try {
                    try {
                        pi.send();
                        pi.send();
                    } catch (PendingIntent.CanceledException e) {
                    } catch (PendingIntent.CanceledException e) {