Fix issue with black flash when swiping up

- Ensure we update the background paint whenever the thumbnail is
  bound to the task view (we still draw with the background paint when the
  thumbnail has not yet loaded)
- Ensure that the dim is applied to the background paint even before
  the thumbnail has loaded

Bug: 122612839
Test: Kill launcher, launch overview
Change-Id: Ia09ff49e4641b6a02a37cec3f94f74c2b0b8fd24
This commit is contained in:
Winson Chung
2019-01-10 15:16:13 -08:00
parent 5e35040c75
commit 469864e49e
2 changed files with 8 additions and 9 deletions
@@ -214,7 +214,7 @@ public class TaskView extends FrameLayout implements PageCallbacks {
*/
public void bind(Task task) {
mTask = task;
mSnapshotView.bind();
mSnapshotView.bind(task);
}
public Task getTask() {