commit | 83b263e77eaad82f8445906e44b411ad62c9a811 | [log] [tgz] |
---|---|---|
author | Christian Göllner <chrisgollner@google.com> | Thu Mar 03 10:02:49 2022 +0100 |
committer | Christian Göllner <chrisgollner@google.com> | Thu Mar 03 10:07:34 2022 +0100 |
tree | 4896ccca973b981cef555cc1e23e4f326efbc927 | |
parent | cc9e167538ce3d7b87ca9c2b423a6b4aa4ab0674 [diff] |
MediaHiearchyManager: prevent NPE in `updateTargetState()` For some reason, even after adding the checks for -1 in `isCurrentlyInGuidedTransformation()`, there are still times when `startHost` and/or `endHost` can be null, causing a NPE. Fixes: 221754301 Test: N/A Change-Id: I05d02ac7dcd6b0d8a850f9a8bbef8ce6205a8231