mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 19:38:21 +00:00
Fixing issue where the outline is on the wrong side of the screen when dragging to final page.
- Also allowing pages to snap in springloaded mode without moving your finger. Change-Id: I868f700bd740f2cd1e02023e1dee0f66b0799c58
This commit is contained in:
@@ -18,7 +18,7 @@ package com.android.launcher2;
|
||||
|
||||
public class SpringLoadedDragController implements OnAlarmListener {
|
||||
// how long the user must hover over a mini-screen before it unshrinks
|
||||
final long ENTER_SPRING_LOAD_HOVER_TIME = 550;
|
||||
final long ENTER_SPRING_LOAD_HOVER_TIME = 500;
|
||||
final long ENTER_SPRING_LOAD_CANCEL_HOVER_TIME = 950;
|
||||
final long EXIT_SPRING_LOAD_HOVER_TIME = 200;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user