Fixing Search drop target bar stays visible, until the first time

an item is picked up

Change-Id: I48ac697147ffe7a1f8802ed00de4fa4006a1878e
This commit is contained in:
Sunny Goyal
2016-01-29 18:38:34 -08:00
parent f7f8cf5743
commit 6731395671

View File

@@ -116,6 +116,8 @@ public class SearchDropTargetBar extends FrameLayout implements DragController.D
// Create the various fade animations
mDropTargetBar.setAlpha(0f);
AlphaUpdateListener.updateVisibility(mDropTargetBar, mAccessibilityEnabled);
mDropTargetBarAnimator = new LauncherViewPropertyAnimator(mDropTargetBar);
mDropTargetBarAnimator.setInterpolator(sAccelerateInterpolator);
mDropTargetBarAnimator.addListener(new AnimatorListenerAdapter() {