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

Commit 40076f4b authored by Eghosa Ewansiha-Vlachavas's avatar Eghosa Ewansiha-Vlachavas
Browse files

Enable ENABLE_MODALS_FULLSCREEN_WITH_PLATFORM_SIGNATURE in devOptions

Flag: com.android.window.flags.enable_modals_fullscreen_with_platform_signature
Test: m
Bug: 407759199
Change-Id: I6f017edcc753aef3ea13a7fd8c40e2864dc44d6b
parent 182459bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ public enum DesktopExperienceFlags {
    ENABLE_KEYBOARD_SHORTCUTS_TO_SWITCH_DESKS(Flags::keyboardShortcutsToSwitchDesks, true,
            Flags.FLAG_KEYBOARD_SHORTCUTS_TO_SWITCH_DESKS),
    ENABLE_MODALS_FULLSCREEN_WITH_PLATFORM_SIGNATURE(
            Flags::enableModalsFullscreenWithPlatformSignature, false,
            Flags::enableModalsFullscreenWithPlatformSignature, true,
            Flags.FLAG_ENABLE_MODALS_FULLSCREEN_WITH_PLATFORM_SIGNATURE),
    ENABLE_MOVE_TO_NEXT_DISPLAY_SHORTCUT(Flags::enableMoveToNextDisplayShortcut, true,
            Flags.FLAG_ENABLE_MOVE_TO_NEXT_DISPLAY_SHORTCUT),