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

Commit b6c656a6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Log when launcher expands bubble that does not exist" into main

parents ffb64de5 0b1b2e1c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1611,6 +1611,7 @@ public class BubbleController implements ConfigurationChangeListener,

        final Bubble b = mBubbleData.getAnyBubbleWithKey(key);
        if (b == null) {
            Log.w(TAG, "launcher attempting to expand a non-existent bubble: " + key);
            return;
        }
        final boolean wasExpanded = (mLayerView != null && mLayerView.isExpanded());