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

Commit d69f0add authored by Maryam Dehaini's avatar Maryam Dehaini
Browse files

Enable REQUEST_FULLSCREEN_BUGFIX flag in dev options

Bug: 402973271
Flag: com.android.window.flags.enable_request_fullscreen_bugfix
Test: m
Change-Id: I534fa7e6f0c9f0ecae602b413622076c87ce582f
parent 02cefe53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ public enum DesktopModeFlags {
    ENABLE_OPAQUE_BACKGROUND_FOR_TRANSPARENT_WINDOWS(
            Flags::enableOpaqueBackgroundForTransparentWindows, true),
    ENABLE_QUICKSWITCH_DESKTOP_SPLIT_BUGFIX(Flags::enableQuickswitchDesktopSplitBugfix, true),
    ENABLE_REQUEST_FULLSCREEN_BUGFIX(Flags::enableRequestFullscreenBugfix, false),
    ENABLE_REQUEST_FULLSCREEN_BUGFIX(Flags::enableRequestFullscreenBugfix, true),
    ENABLE_RESIZING_METRICS(Flags::enableResizingMetrics, true),
    ENABLE_RESTORE_TO_PREVIOUS_SIZE_FROM_DESKTOP_IMMERSIVE(
            Flags::enableRestoreToPreviousSizeFromDesktopImmersive, true),