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

Commit 217f0ca2 authored by Jon Miranda's avatar Jon Miranda
Browse files

Increase REORDER_TIMEOUT to make it easier for users to create/add to folder.

This is more common for tall devices where cell height is relatively larger
than the icon size.

Bug: 78598193
Change-Id: I2835794e4dbe799d0fadefaa723360145d134550
parent a7158083
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;