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

Commit 06c0ddd8 authored by Gustav Sennton's avatar Gustav Sennton
Browse files

Add flag for desktop window-close bugfix

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

Change-Id: Ica70ce6b102e50f407328bfac25b37334effb178
parent 6e5dce67
Loading
Loading
Loading
Loading
+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
    }
}