commit | bf881172ff591b9d8b5e4608a414b4c171a32439 | [log] [tgz] |
---|---|---|
author | Jeff DeCew <jeffdq@google.com> | Fri Sep 25 10:51:33 2020 -0400 |
committer | Jeff DeCew <jeffdq@google.com> | Fri Sep 25 11:26:02 2020 -0400 |
tree | bb7cc241e3ec197f557fd23ab12bbf49c271f2b7 | |
parent | faeec12c7da59ba2d0d401306dd0251fcceee7a9 [diff] |
Fix LockIcon to use Context.getDrawable(int) Using Resources.getDrawable(int) is deprecated because it lacks theme information, and I was seeing a crash because theme attributes were not fully resolved. Test: manual Change-Id: Idf1b13e16362c2e06227813f4298091ba4406bd5