mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 02:38:20 +00:00
Solve fling-to-delete bug
Delete target didn't hide after a fling because onDragEnd was being called twice
This commit is contained in:
@@ -23,13 +23,10 @@ import android.content.Context;
|
||||
import android.graphics.Rect;
|
||||
import android.graphics.drawable.Drawable;
|
||||
import android.util.AttributeSet;
|
||||
import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.animation.AccelerateInterpolator;
|
||||
import android.widget.FrameLayout;
|
||||
|
||||
import com.android.launcher3.R;
|
||||
|
||||
/*
|
||||
* Ths bar will manage the transition between the QSB search bar and the delete drop
|
||||
* targets so that each of the individual IconDropTargets don't have to.
|
||||
|
||||
Reference in New Issue
Block a user