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

am: fd49ef783f

Change-Id: I5c0e6c705e96618673055506d4423b78cf690859
This commit is contained in:
Tracy Zhou
2019-05-14 14:28:08 -07:00
committed by android-build-merger
@@ -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);