Loading libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java +5 −0 Original line number Diff line number Diff line Loading @@ -1510,6 +1510,11 @@ public class BubbleStackView extends FrameLayout updateExpandedView(); } setUpManageMenu(); if (mShowingManage) { // the manage menu location depends on the manage button location which may need a // layout pass, so post this to the looper post(() -> showManageMenu(true)); } } @Override Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java +5 −0 Original line number Diff line number Diff line Loading @@ -1510,6 +1510,11 @@ public class BubbleStackView extends FrameLayout updateExpandedView(); } setUpManageMenu(); if (mShowingManage) { // the manage menu location depends on the manage button location which may need a // layout pass, so post this to the looper post(() -> showManageMenu(true)); } } @Override Loading