commit | 9d7bffe37b4807f43e01deb77446acf32594072c | [log] [tgz] |
---|---|---|
author | Stefan Andonian <andonian@google.com> | Mon May 15 22:30:09 2023 +0000 |
committer | Stefan Andonian <andonian@google.com> | Mon May 15 22:41:04 2023 +0000 |
tree | 2e0cacdf23ce9b7187f69ca5c1b1b8a9b138d079 | |
parent | 15bc0d388a8f31d7a730bc1a1bd0045c6e7e8218 [diff] |
Fix NPE in LauncherPreviewRenderer. The LauncherBinder is null in LauncherPreviewRenderer, which was causing an NPE in LoaderTask. Bug: 279347305 Test: Used logs to verify that the LauncherPreviewRenderer was actually loading using the LoaderTask. Most of the time, it does not, so that is why I didn't catch this before pushing it. Change-Id: Ic5b45abfdeb73a4bbe1f521ae4d627b6cfcfec54