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

Commit 5c6f68a0 authored by Thales Lima's avatar Thales Lima
Browse files

Add flag for fixing bugs related to quickswitch in desktop window.

Bug: 345296916
Test: EXEMPT adding flag
Flag: com.android.window.flags.enable_quickswitch_desktop_split_bugfix
Change-Id: Ifd8df64ca840dba54ecce5bc9775bffef7203e37
parent 23ee7594
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -563,3 +563,13 @@ flag {
    description: "Replace the freeform windowing dev options with a desktop experience one."
    bug: "389092752"
}

flag {
    name: "enable_quickswitch_desktop_split_bugfix"
    namespace: "lse_desktop_experience"
    description: "Enables splitting QuickSwitch between fullscreen apps and Desktop workspaces."
    bug: "345296916"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}
 No newline at end of file