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

Commit f1d5cc4a authored by Diego Vela's avatar Diego Vela
Browse files

Add flag for bug where bubble was expanding on auto rotate.

Add a flag to guard the bug fix where a bubble was expanding if the
rotate button was clicked.

Flag: com.android.wm.shell.bug_rotation_button_cover_bubble
Bug: 424165276
Test: manual - move bubble under rotate button and click.
Change-Id: I09825cbf07f192f4bc0cb2a1fc7775f4476c3aed
parent ebb4d530
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -255,3 +255,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "bug_rotation_button_cover_bubble"
    namespace: "multitasking"
    description: "Fixes a bug where clicking the rotation button would open the bubble."
    bug: "424165276"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}
 No newline at end of file