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

Commit 5d518fa7 authored by Adam Cohen's avatar Adam Cohen
Browse files

Decrease delay for closing folder on removal of an item (issue 11028310)

Change-Id: Ie5c094af8b0293e56bf016be5b4f4db05e7a9a05
parent 566bdc37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ public class Folder extends LinearLayout implements DragSource, View.OnClickList
    private int mState = STATE_NONE;
    private static final int REORDER_ANIMATION_DURATION = 230;
    private static final int REORDER_DELAY = 250;
    private static final int ON_EXIT_CLOSE_DELAY = 800;
    private static final int ON_EXIT_CLOSE_DELAY = 400;
    private boolean mRearrangeOnClose = false;
    private FolderIcon mFolderIcon;
    private int mMaxCountX;