commit | 96ef3145e21d2775ba621d48ed5e5a95879df223 | [log] [tgz] |
---|---|---|
author | Lucas Silva <lusilva@google.com> | Mon Apr 15 16:46:20 2024 -0400 |
committer | Lucas Silva <lusilva@google.com> | Mon Apr 15 16:46:20 2024 -0400 |
tree | 01ed70c80ac2d6e2b20726c8b3d26c2c0e83e8d3 | |
parent | 0e75605d0cf7cb1537fe6920ddae5019e6017998 [diff] |
Update KeyguardViewMediator field to primitive type. Currently we are seeing exceptions due to the fact that the mShowCommunalByDefault field is an un-initialized boxed Boolean type instead of a primitive boolean with a default of false. Bug: 333699753 Test: WIP - adding in follow-up item Flag: NA Change-Id: I08e1d7bbfede036dbc6a3189a5e6d5fa6cbe8080