Merge "Default on ENABLE_MOVE_FLOATING_WINDOW_IN_TABLETOP" into tm-qpr-dev
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user