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

Commit 9bced63f authored by Gustav Sennton's avatar Gustav Sennton
Browse files

Add desktop window-close keyboard shortcut bugfix flag to dev option

Bug: 394599430
Flag: com.android.window.flags.enable_desktop_close_shortcut_bugfix
Test: N/A

Change-Id: Ice2bc1f13285ce65107627235a4c5aba6edac30d
parent 06c0ddd8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ public enum DesktopModeFlags {
            Flags::enableDesktopAppLaunchAlttabTransitionsBugfix, true),
    ENABLE_DESKTOP_APP_LAUNCH_TRANSITIONS_BUGFIX(Flags::enableDesktopAppLaunchTransitionsBugfix,
            true),
    ENABLE_DESKTOP_CLOSE_SHORTCUT_BUGFIX(Flags::enableDesktopCloseShortcutBugfix, false),
    ENABLE_DESKTOP_COMPAT_UI_VISIBILITY_STATUS(Flags::enableCompatUiVisibilityStatus, true),
    ENABLE_DESKTOP_RECENTS_TRANSITIONS_CORNERS_BUGFIX(
            Flags::enableDesktopRecentsTransitionsCornersBugfix, false),