commit | ca21e7624d322bc25f763df8bcfa1f8d36ba9273 | [log] [tgz] |
---|---|---|
author | Alex Stetson <alexstetson@google.com> | Mon Jan 10 12:57:59 2022 -0800 |
committer | Alex Stetson <alexstetson@google.com> | Tue Jan 11 13:29:20 2022 -0800 |
tree | f74414f75e541982b491a4a8f3b12618704b4abe | |
parent | cc24571677e84b19c5b0818740172e8c15a1d7a0 [diff] |
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 Test: manual Change-Id: I65a4b6577c7b420ce6a55ae1d459989855c2e7a0