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

am: 76696be287

Change-Id: I8e2c76cf42f52a0f16f996f1cf7bdb016eb77c66
This commit is contained in:
Kevin
2019-05-10 15:17:36 -07:00
committed by android-build-merger
@@ -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);