mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Faster ramp up; external area continues the scrolling
Change-Id: I5e0c5803fac9b92721f21a5f799a6929c49bb885
This commit is contained in:
@@ -33,7 +33,7 @@ public class FolderAutoScrollHelper extends AutoScrollHelper {
|
||||
mTarget = target;
|
||||
|
||||
setActivationDelay(0);
|
||||
setEdgeType(EDGE_TYPE_INSIDE);
|
||||
setEdgeType(EDGE_TYPE_INSIDE_EXTEND);
|
||||
setExclusive(true);
|
||||
setMaximumVelocity(MAX_SCROLL_VELOCITY, MAX_SCROLL_VELOCITY);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user