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

Commit 80553495 authored by Thales Lima's avatar Thales Lima Committed by Android (Google) Code Review
Browse files

Merge "Add flag for fixing bugs related to quickswitch in desktop window." into main

parents 732153ff 5c6f68a0
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -563,3 +563,13 @@ flag {
    description: "Replace the freeform windowing dev options with a desktop experience one."
    description: "Replace the freeform windowing dev options with a desktop experience one."
    bug: "389092752"
    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