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

Commit aee17d0f authored by Julia Reynolds's avatar Julia Reynolds Committed by Automerger Merge Worker
Browse files

Merge "Fix pending intent links" into rvc-qpr-dev am: 3e29b54e

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12416202

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