commit | 6865b71e1a50a6273beb4837013c2f1248e5b499 | [log] [tgz] |
---|---|---|
author | Lucas Dupin <dupin@google.com> | Mon Sep 11 12:28:03 2017 -0700 |
committer | Lucas Dupin <dupin@google.com> | Mon Sep 11 14:20:51 2017 -0700 |
tree | 1c0f79b2517e8f9afe439cf62e025be228f7006d | |
parent | 2f35f15ab0f35da44aced6bb44933a70a6a7fb59 [diff] |
Fixed keyguard inflation problem Inflating a keyguard while dettached from window would raise a NullPointerException since window insets wouldn't be available at the time. Test: packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/KeyguardBouncerTest.java Change-Id: I7f48a62807877537814e6f34db1e6fa6fbec7923 Fixes: 65495303