summaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2019-05-10 21:07:57 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-05-10 21:07:57 +0000
commit76696be287e61a74f1179825d27292494d746555 (patch)
treebbd513f6962faaa81e422392f5a85efcb2dcaffe /go
parent763a7bffa32ac95bc1f82bf6bd591627c3c73f53 (diff)
parent3792c733f804ed4f1909fc1ca3dcc61b6ab1eef8 (diff)
downloadandroid_packages_apps_Trebuchet-76696be287e61a74f1179825d27292494d746555.tar.gz
android_packages_apps_Trebuchet-76696be287e61a74f1179825d27292494d746555.tar.bz2
android_packages_apps_Trebuchet-76696be287e61a74f1179825d27292494d746555.zip
Merge "Fix missing early return." into ub-launcher3-qt-dev
Diffstat (limited to 'go')
-rw-r--r--go/quickstep/src/com/android/quickstep/views/IconRecentsView.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/go/quickstep/src/com/android/quickstep/views/IconRecentsView.java b/go/quickstep/src/com/android/quickstep/views/IconRecentsView.java
index 771c7d7fa..2572bdd11 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 @@ 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);