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

Commit faf1086f authored by Jonathan Miranda's avatar Jonathan Miranda Committed by Android (Google) Code Review
Browse files

Merge "Fix bug where icon appears large until transluscent activity finishes."...

Merge "Fix bug where icon appears large until transluscent activity finishes." into ub-launcher3-master
parents e5f7acf7 4a2b9d5e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -537,6 +537,9 @@ public class LauncherAppTransitionManagerImpl extends LauncherAppTransitionManag
            @Override
            public void onAnimationEnd(Animator animation) {
                // Reset launcher to normal state
                if (isBubbleTextView) {
                    ((BubbleTextView) v).setStayPressed(false);
                }
                v.setVisibility(View.VISIBLE);
                ((ViewGroup) mDragLayer.getParent()).removeView(mFloatingView);
            }