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

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

Merge "Fix bubble manage menu position after rotation" into main

parents 2e85fcf2 b6c5c294
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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