commit | 1cd139faec6828dff7abd27e88f2fdc86c9ed6a4 | [log] [tgz] |
---|---|---|
author | Dave Mankoff <mankoff@google.com> | Thu Jan 28 17:43:09 2021 -0500 |
committer | Dave Mankoff <mankoff@google.com> | Thu Jan 28 17:43:09 2021 -0500 |
tree | 8b73a7ed94b3bb373bcdf2f9731e8baddbf6d407 | |
parent | 8f046c76d7a93e8b343f65ccd480fb065e2e50e2 [diff] |
Fix NPE in StatusBar StatusBar was trying to call a method on the StatusBarView before the view had been set. There was actually a null check in part of the corrected method already. This extends the null check. Fixes: 176216370 Test: manual Change-Id: I7c576d1018f15557fd787dc74897ed6946b38076