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

Commit 2113c9d6 authored by Sunny Goyal's avatar Sunny Goyal Committed by Android (Google) Code Review
Browse files

Merge "Fixing Search drop target bar stays visible, until the first time an...

Merge "Fixing Search drop target bar stays visible, until the first time an item is picked up" into ub-launcher3-burnaby-polish
parents b9759d39 67313956
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() {