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

Commit 08369522 authored by Gustav Sennton's avatar Gustav Sennton Committed by Android (Google) Code Review
Browse files

Merge changes Ice2bc1f1,Ica70ce6b into main

* changes:
  Add desktop window-close keyboard shortcut bugfix flag to dev option
  Add flag for desktop window-close bugfix
parents 613d6b0e 9bced63f
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),
+11 −1
Original line number Diff line number Diff line
@@ -696,3 +696,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_desktop_close_shortcut_bugfix"
    namespace: "lse_desktop_experience"
    description: "Fix the window-close keyboard shortcut in Desktop Mode."
    bug: "394599430"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}