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

Commit d837a329 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Increasing the max fling/swipe duration

Bug: 78059672
Change-Id: Iede9982b634f48f3f28732aa0d2c8413972c390b
parent 955a018d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ public class WindowTransformSwipeHandler<T extends BaseDraggingActivity> {
            "STATE_QUICK_SCRUB_END"
    };

    private static final long MAX_SWIPE_DURATION = 200;
    private static final long MAX_SWIPE_DURATION = 350;
    private static final long MIN_SWIPE_DURATION = 80;

    private static final float MIN_PROGRESS_FOR_OVERVIEW = 0.5f;