commit | a3bb2250437a96da7ec50fda4e00166457752ddd | [log] [tgz] |
---|---|---|
author | Tracy Zhou <tracyzhou@google.com> | Tue May 14 14:28:08 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue May 14 14:28:08 2019 -0700 |
tree | 50370f9bba2e093a59223e444db230706d14fa93 | |
parent | 0216c025cb150226b8e5724d414f875736c76934 [diff] | |
parent | fd49ef783ffe1d6a27b24ad78c1a9c82e6c0f5d2 [diff] |
Merge "Remove setFullscreenProgress() call in TaskView#onRecycle" into ub-launcher3-qt-dev am: fd49ef783f Change-Id: I5c0e6c705e96618673055506d4423b78cf690859
diff --git a/quickstep/recents_ui_overrides/src/com/android/quickstep/views/TaskView.java b/quickstep/recents_ui_overrides/src/com/android/quickstep/views/TaskView.java index c4e1cce..c67058d 100644 --- a/quickstep/recents_ui_overrides/src/com/android/quickstep/views/TaskView.java +++ b/quickstep/recents_ui_overrides/src/com/android/quickstep/views/TaskView.java
@@ -475,7 +475,6 @@ @Override public void onRecycle() { resetViewTransforms(); - setFullscreenProgress(0); // Clear any references to the thumbnail (it will be re-read either from the cache or the // system on next bind) mSnapshotView.setThumbnail(mTask, null);