Merge "Remove setFullscreenProgress() call in TaskView#onRecycle" into ub-launcher3-qt-dev

This commit is contained in:
TreeHugger Robot
2019-05-14 21:21:07 +00:00
committed by Android (Google) Code Review
@@ -475,7 +475,6 @@ public class TaskView extends FrameLayout implements PageCallbacks, Reusable {
@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);