Merge "Increase REORDER_TIMEOUT to make it easier for users to create/add to folder." into ub-launcher3-edmonton
This commit is contained in:
committed by
Android (Google) Code Review
commit
cf4f8c0c2e
@@ -195,7 +195,7 @@ public class Workspace extends PagedView<WorkspacePageIndicator>
|
||||
|
||||
// Variables relating to the creation of user folders by hovering shortcuts over shortcuts
|
||||
private static final int FOLDER_CREATION_TIMEOUT = 0;
|
||||
public static final int REORDER_TIMEOUT = 350;
|
||||
public static final int REORDER_TIMEOUT = 650;
|
||||
private final Alarm mFolderCreationAlarm = new Alarm();
|
||||
private final Alarm mReorderAlarm = new Alarm();
|
||||
private PreviewBackground mFolderCreateBg;
|
||||
|
||||
Reference in New Issue
Block a user