commit | 637d419157a68c7e90398ec7a28b31bcc535a5b9 | [log] [tgz] |
---|---|---|
author | Raff Tsai <rafftsai@google.com> | Fri Jun 28 18:17:14 2019 +0800 |
committer | Raff Tsai <rafftsai@google.com> | Wed Jul 24 08:36:13 2019 +0000 |
tree | 69425f157971a4cdf4f11e6f03179259163883e8 | |
parent | c563fbb979aa6f1ad67ffeead05025d1db27c04d [diff] |
Fix crash after uninstalling app updateState was invoked in loader callback. But the package was uninstalled at the callback time caused null pointer exception. Add null check to prevent null pointer access. Fixes: 136170218 Fixes: 133771724 Test: make RunSettingsRoboTests, manual Change-Id: I2715e77f6e32af42a4bce70c9f409b0311eb36c4 (cherry picked from commit 790a822526251236af196c3ae17f1990c75fb133)