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

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

Merge "Fix manage menu after theme change" into main

parents b1003425 d1f6cda7
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1601,6 +1601,11 @@ public class BubbleStackView extends FrameLayout
                getResources().getColor(android.R.color.system_neutral1_1000)));
        mManageMenuScrim.setBackgroundDrawable(new ColorDrawable(
                getResources().getColor(android.R.color.system_neutral1_1000)));
        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));
        }
    }

    /**