commit | 127ce4a3d69f844c5811f9eac2bbcac27958cf28 | [log] [tgz] |
---|---|---|
author | Schneider Victor-tulias <victortulias@google.com> | Thu Oct 05 10:35:43 2023 -0400 |
committer | Schneider Victor-tulias <victortulias@google.com> | Thu Oct 05 13:37:58 2023 -0400 |
tree | cdc40f10e81b7453be9fe44924c39553331c5626 | |
parent | 5bec1164b90dd3846fc0da8db89d2a9f1a0db0d7 [diff] |
Fix NullPointerException in RotationHelper A possible race condition between RotationHelper and DisplayController is causing RotationHelper.onDisplayInfoChanged to be called after it has already been destroyed. Added checks to make Rotationhelper a no-op after being destroyed. Flag: not needed Fixes: 303506682 Test: AllAppsImageTest Change-Id: Ief1946a356698eda9c2b806f9d49e08b1d66dae1