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

Commit 4d1ed69a authored by Hongwei Wang's avatar Hongwei Wang Committed by Automerger Merge Worker
Browse files

Merge "Default on ENABLE_MOVE_FLOATING_WINDOW_IN_TABLETOP" into tm-qpr-dev am: 7d870b7d

parents 2c36227c 7d870b7d
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
@@ -519,7 +519,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