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

Commit d2ea0a87 authored by Yuichiro Hanada's avatar Yuichiro Hanada
Browse files

Add the minimize transition bug fix flag to DesktopModeFlags

Bug: 390161102
Test: presubmit
Flag: com.android.window.flags.enable_desktop_windowing_exit_by_minimize_transition_bugfix
Change-Id: I23310b1904569440b7dc5e79acc8c6ca1356629c
parent 1a1e4f5c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -97,7 +97,9 @@ public enum DesktopModeFlags {
            Flags::enableDesktopRecentsTransitionsCornersBugfix, false),
    ENABLE_DESKTOP_SYSTEM_DIALOGS_TRANSITIONS(Flags::enableDesktopSystemDialogsTransitions, true),
    ENABLE_DESKTOP_WINDOWING_MULTI_INSTANCE_FEATURES(
        Flags::enableDesktopWindowingMultiInstanceFeatures, true);
        Flags::enableDesktopWindowingMultiInstanceFeatures, true),
    ENABLE_DESKTOP_WINDOWING_EXIT_BY_MINIMIZE_TRANSITION_BUGFIX(
            Flags::enableDesktopWindowingExitByMinimizeTransitionBugfix, false);

    /**
     * Flag class, to be used in case the enum cannot be used because the flag is not accessible.