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

Commit 744f25d3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "[EasterEgg][Bugfix] Create PendingIntents with flag FLAG_MUTABLE." am:...

Merge "[EasterEgg][Bugfix] Create PendingIntents with flag FLAG_MUTABLE." am: facf3609 am: 8ffb12d4 am: 2200eaf3

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2405715



Change-Id: I5f2a24a81940537066f7b51af378065a9c9c9713
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 6e3d589b 2200eaf3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -258,7 +258,7 @@ public class Cat extends Drawable {

        Notification.BubbleMetadata bubbs = new Notification.BubbleMetadata.Builder()
                .setIntent(
                        PendingIntent.getActivity(context, 0, intent, PendingIntent.FLAG_IMMUTABLE))
                        PendingIntent.getActivity(context, 0, intent, PendingIntent.FLAG_MUTABLE))
                .setIcon(notificationIcon)
                .setSuppressNotification(false)
                .setDesiredHeight(context.getResources().getDisplayMetrics().heightPixels)