commit | fb2affac5f624e570497f63882461166924981d9 | [log] [tgz] |
---|---|---|
author | Schneider Victor-tulias <victortulias@google.com> | Fri May 26 15:09:41 2023 -0700 |
committer | Schneider Victor-tulias <victortulias@google.com> | Fri May 26 15:09:41 2023 -0700 |
tree | 30e4ab1e80f119701f9da64f558d1652f4c55336 | |
parent | 883871e2800e397bec948cc2b5fd841322a7fdc6 [diff] |
Fix flaky null pointer in LauncherWidgetHolder - LauncherWidgetHolder.startListening is called before Launcher.setupView, so it's possible for getWorkspace() to be called as part of the appWidgetRemovedCallback. Reordered these calls to fix this null pointer Flag: not needed Fixes: 283850341 Test: Screenshot tests Change-Id: Ied1f23647721fc4199eab2a5a79def1e306b00f3