commit | 3370dad274598c67d01d6f34948bfaaca3fc756c | [log] [tgz] |
---|---|---|
author | Kevin <kevhan@google.com> | Fri May 10 15:17:36 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri May 10 15:17:36 2019 -0700 |
tree | d019ea466cf00333f144a96c9705332bac7e482b | |
parent | bd88b56e1a1a41d689c85aa3bea80db075a265ad [diff] | |
parent | 76696be287e61a74f1179825d27292494d746555 [diff] |
Merge "Fix missing early return." into ub-launcher3-qt-dev am: 76696be287 Change-Id: I8e2c76cf42f52a0f16f996f1cf7bdb016eb77c66
diff --git a/go/quickstep/src/com/android/quickstep/views/IconRecentsView.java b/go/quickstep/src/com/android/quickstep/views/IconRecentsView.java index 771c7d7..2572bdd 100644 --- a/go/quickstep/src/com/android/quickstep/views/IconRecentsView.java +++ b/go/quickstep/src/com/android/quickstep/views/IconRecentsView.java
@@ -658,6 +658,7 @@ // 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);