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

Commit b2615ff5 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "Fix an obscure NPE" into rvc-dev am: fe96fa8b am: f4734b20...

Merge "Merge "Fix an obscure NPE" into rvc-dev am: fe96fa8b am: f4734b20 am: 61d539cb" into rvc-qpr-dev-plus-aosp am: f2b7d031

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

Change-Id: Ic4189e499f12657a2b2b36be85b7ced03a0b2551
parents 1282b263 f2b7d031
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -163,6 +163,11 @@ public class BubbleExpandedView extends LinearLayout {
                            Log.d(TAG, "onActivityViewReady: calling startActivity, "
                                    + "bubble=" + getBubbleKey());
                        }
                        if (mActivityView == null) {
                            mBubbleController.removeBubble(getBubbleKey(),
                                    BubbleController.DISMISS_INVALID_INTENT);
                            return;
                        }
                        try {
                            if (!mIsOverflow && mBubble.usingShortcutInfo()) {
                                options.setApplyActivityFlagsForBubbles(true);