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

Commit 3392b00c authored by Matt Sziklay's avatar Matt Sziklay
Browse files

Add desktop indicator in separate thread flag to dev options.

Bug: 366413536
Test: m
Flag: com.android.window.flags.enable_desktop_indicator_in_separate_thread_bugfix
Change-Id: Idf6f02924ce61912127f2cf82b90101bff01b965
parent 91830b24
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -56,6 +56,8 @@ public enum DesktopModeFlags {
    ENABLE_DESKTOP_APP_LAUNCH_TRANSITIONS_BUGFIX(Flags::enableDesktopAppLaunchTransitionsBugfix,
            true),
    ENABLE_DESKTOP_COMPAT_UI_VISIBILITY_STATUS(Flags::enableCompatUiVisibilityStatus, true),
    ENABLE_DESKTOP_INDICATOR_IN_SEPARATE_THREAD_BUGFIX(
            Flags::enableDesktopIndicatorInSeparateThreadBugfix, false),
    ENABLE_DESKTOP_RECENTS_TRANSITIONS_CORNERS_BUGFIX(
            Flags::enableDesktopRecentsTransitionsCornersBugfix, false),
    ENABLE_DESKTOP_SKIP_COMPAT_UI_EDUCATION_IN_DESKTOP_MODE_BUGFIX(