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

Commit 89503520 authored by Mateusz Cicheński's avatar Mateusz Cicheński
Browse files

Make fling-to-dismiss disabled by default for PiP.

Bug: 214264312
Change-Id: I3a99324dc595a7c6aff76ae232d23d4c2db1c42c
Test: manually
parent c8645ff1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ public class PipMotionHelper implements PipAppOpsListener.Callback,
        FloatingContentCoordinator.FloatingContent {

    public static final boolean ENABLE_FLING_TO_DISMISS_PIP =
            SystemProperties.getBoolean("persist.wm.debug.fling_to_dismiss_pip", true);
            SystemProperties.getBoolean("persist.wm.debug.fling_to_dismiss_pip", false);
    private static final String TAG = "PipMotionHelper";
    private static final boolean DEBUG = false;