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

Commit 3fc3ac3f authored by Ats Jenk's avatar Ats Jenk Committed by Android (Google) Code Review
Browse files

Merge "Remove bubble button from desktop app menu" into main

parents f2ba2e21 5733df85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -817,7 +817,7 @@ class HandleMenu(
        private fun bindWindowingPill(style: MenuStyle) {
            windowingPill.background.setTint(style.backgroundColor)

            if (!BubbleAnythingFlagHelper.enableBubbleToFullscreen()) {
            if (!BubbleAnythingFlagHelper.enableBubbleToFullscreen() || taskInfo.isFreeform) {
                floatingBtn.visibility = View.GONE
                floatingBtnSpace.visibility = View.GONE
            }