Loading libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleController.java +2 −1 Original line number Diff line number Diff line Loading @@ -1245,7 +1245,8 @@ public class BubbleController implements ConfigurationChangeListener, // if we're converting the bubble to a different mode, don't collapse since we want // the bubble to stay expanded. if (!isSelectedBubbleConvertingMode()) { mMainExecutor.execute(() -> collapseStack()); // force-post the runnable, so broadcast receiver completes faster mMainExecutor.executeDelayed(() -> collapseStack(), 0); } } } Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleController.java +2 −1 Original line number Diff line number Diff line Loading @@ -1245,7 +1245,8 @@ public class BubbleController implements ConfigurationChangeListener, // if we're converting the bubble to a different mode, don't collapse since we want // the bubble to stay expanded. if (!isSelectedBubbleConvertingMode()) { mMainExecutor.execute(() -> collapseStack()); // force-post the runnable, so broadcast receiver completes faster mMainExecutor.executeDelayed(() -> collapseStack(), 0); } } } Loading