commit | dfcc9a7ffe12d9b297205c263ef9a665c3c3bdd1 | [log] [tgz] |
---|---|---|
author | Alex Stetson <alexstetson@google.com> | Mon Jan 10 12:57:59 2022 -0800 |
committer | Alex Stetson <alexstetson@google.com> | Fri Feb 04 19:07:18 2022 +0000 |
tree | fcc16cd1a12cbe9664740b59c6500a65bf2ded07 | |
parent | 734dde1298873f0deb9988bdee4bd95a03d27eb5 [diff] |
DO NOT MERGE Allow keyguard_message_area_container to be null In certain applications, the keyguard_message_area_container view may not be present around a KeyguardMessageArea instance. Allowing the container to be nullable and adding the appropriate null checks will prevent exceptions under these circumstances. Bug: 213476245 Bug: 217926975 Test: manual Change-Id: I65a4b6577c7b420ce6a55ae1d459989855c2e7a0 (cherry picked from commit ca21e7624d322bc25f763df8bcfa1f8d36ba9273)