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

Commit facf3609 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents a3f48da0 5408d16f
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)