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

Commit 5af4b42a authored by Hongwei Wang's avatar Hongwei Wang
Browse files

Default on ENABLE_MOVE_FLOATING_WINDOW_IN_TABLETOP

Bug: 272110828
Test: atest WMShellFlickerTests
Change-Id: Ie6a8eeac942210bfe8ad3675ffbe17545986d0d1
parent 8f8611e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ public class TabletopModeController implements
     */
    private static final boolean ENABLE_MOVE_FLOATING_WINDOW_IN_TABLETOP =
            SystemProperties.getBoolean(
                    "persist.wm.debug.enable_move_floating_window_in_tabletop", false);
                    "persist.wm.debug.enable_move_floating_window_in_tabletop", true);

    /**
     * Prefer the {@link #PREFERRED_TABLETOP_HALF_TOP} if this flag is enabled,
+1 −1
Original line number Diff line number Diff line
@@ -522,7 +522,7 @@ object Flags {
    @JvmField
    val ENABLE_MOVE_FLOATING_WINDOW_IN_TABLETOP =
        sysPropBooleanFlag(
            1116, "persist.wm.debug.enable_move_floating_window_in_tabletop", default = false)
            1116, "persist.wm.debug.enable_move_floating_window_in_tabletop", default = true)

    // 1200 - predictive back
    @Keep