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

Commit e33258ce authored by Pierre Barbier de Reuille's avatar Pierre Barbier de Reuille
Browse files

Enable ENABLE_REJECT_HOME_TRANSITION in the dev option

Bug: 378443899
Bug: 407954908
Test: Build and run
Flag: EXEMPT (flag infra)
Change-Id: If522cefb3625d1484903f20bdc01bc7d267430f7
parent 6656eb4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@ public enum DesktopExperienceFlags {
    ENABLE_PROJECTED_DISPLAY_DESKTOP_MODE(Flags::enableProjectedDisplayDesktopMode, true,
            Flags.FLAG_ENABLE_PROJECTED_DISPLAY_DESKTOP_MODE),
    ENABLE_REJECT_HOME_TRANSITION(
            Flags::enableRejectHomeTransition, false,
            Flags::enableRejectHomeTransition, true,
            Flags.FLAG_ENABLE_REJECT_HOME_TRANSITION),
    ENABLE_RESTART_MENU_FOR_CONNECTED_DISPLAYS(Flags::enableRestartMenuForConnectedDisplays, true,
            Flags.FLAG_ENABLE_RESTART_MENU_FOR_CONNECTED_DISPLAYS),