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

Commit 70fec392 authored by Steven Ng's avatar Steven Ng Committed by Automerger Merge Worker
Browse files

Merge "Add FLAG_UPDATE_CURRENT flag when creating app bubble pending intent"...

Merge "Add FLAG_UPDATE_CURRENT flag when creating app bubble pending intent" into udc-dev am: ee8b87bd am: 4b2a6023

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



Change-Id: Id56abfe53c8dd497a131ffd12098d6894bb1267e
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 1c4d0f42 4b2a6023
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -246,7 +246,7 @@ public class BubbleExpandedView extends LinearLayout {
                                mBubble.getAppBubbleIntent()
                                        .addFlags(FLAG_ACTIVITY_NEW_DOCUMENT)
                                        .addFlags(FLAG_ACTIVITY_MULTIPLE_TASK),
                                PendingIntent.FLAG_IMMUTABLE,
                                PendingIntent.FLAG_IMMUTABLE | PendingIntent.FLAG_UPDATE_CURRENT,
                                /* options= */ null);
                        mTaskView.startActivity(pi, /* fillInIntent= */ null, options,
                                launchBounds);