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

Commit 6625000f authored by Liran Binyamin's avatar Liran Binyamin Committed by Android (Google) Code Review
Browse files

Merge "Fix manage menu position after rotation" into main

parents 9b3f4ff0 3b6832b3
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -1023,7 +1023,13 @@ public class BubbleStackView extends FrameLayout
                        updateOverflowVisibility();
                        updatePointerPosition(false);
                        requestUpdate();
                        showManageMenu(mShowingManage);
                        if (mShowingManage) {
                            // if we're showing the menu after rotation, post it to the looper
                            // to make sure that the location of the menu button is correct
                            post(() -> showManageMenu(true));
                        } else {
                            showManageMenu(false);
                        }

                        PointF p = mPositioner.getExpandedBubbleXY(getBubbleIndex(mExpandedBubble),
                                getState());