diff options
author | 2022-02-04 19:00:44 +0000 | |
---|---|---|
committer | 2022-02-04 21:17:09 +0000 | |
commit | 2e7197c2ae0a5983e86d9dacb0ce5357c5873c3e (patch) | |
tree | a3d700a575f5789f7bd84150139695e55772ee51 /opengl/java/android | |
parent | 010aa30bc459f2f1df717b0c09928a0ce366193b (diff) |
Fix possible NPE in DPMS.
If there's no ActiveAdmin for the given user then the ternary
expression would return null, which immediately will throw an NPE as it
gets auto-unboxed into from Boolean to boolean.
Bug: 217923092
Test: errorprone build
Change-Id: I4043f0061e5a23e4d5aa408917f6d51b8bbf22ec
Diffstat (limited to 'opengl/java/android')
0 files changed, 0 insertions, 0 deletions