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

Commit 67313956 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

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

an item is picked up

Change-Id: I48ac697147ffe7a1f8802ed00de4fa4006a1878e
parent f7f8cf57
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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() {