Merge "Fix missing early return." into ub-launcher3-qt-dev

This commit is contained in:
TreeHugger Robot 2019-05-10 21:07:57 +00:00 committed by Android (Google) Code Review
commit 76696be287
1 changed files with 1 additions and 0 deletions

View File

@ -658,6 +658,7 @@ public final class IconRecentsView extends FrameLayout implements Insettable {
// enough time to take in the data change, bind a new view, and lay out the new view.
// TODO: Have a fallback to animate to
anim.play(ValueAnimator.ofInt(0, 1).setDuration(REMOTE_APP_TO_OVERVIEW_DURATION));
return;
}
final Matrix appMatrix = new Matrix();
playRemoteTransYAnim(anim, appMatrix);