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

Commit ad508680 authored by Andrew Chant's avatar Andrew Chant Committed by android-build-merger
Browse files

Merge "Fix crash." into qt-dev

am: b8337e9e

Change-Id: Ia36caf670902980398c94ba18fa95abfe46c2b26
parents 2aa1fdfd b8337e9e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -542,6 +542,9 @@ public class BubbleController implements ConfigurationController.ConfigurationLi
     * status bar, otherwise returns {@link Display#INVALID_DISPLAY}.
     */
    public int getExpandedDisplayId(Context context) {
        if (mStackView == null) {
            return INVALID_DISPLAY;
        }
        boolean defaultDisplay = context.getDisplay() != null
                && context.getDisplay().getDisplayId() == DEFAULT_DISPLAY;
        Bubble b = mStackView.getExpandedBubble();