Solve fling-to-delete bug

Delete target didn't hide after a fling because
onDragEnd was being called twice
This commit is contained in:
Michael Jurka
2013-09-14 18:08:26 +02:00
parent 046cf34436
commit b605102cfd
2 changed files with 0 additions and 5 deletions

View File

@@ -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.