Merge "Fix NPE for devices that don't use a lock icon on the bouncer." into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
55bf4fd6b6
@@ -693,6 +693,9 @@ public class KeyguardIndicationController implements StateListener {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onKeyguardBouncerChanged(boolean bouncer) {
|
public void onKeyguardBouncerChanged(boolean bouncer) {
|
||||||
|
if (mLockIcon == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
mLockIcon.setBouncerVisible(bouncer);
|
mLockIcon.setBouncerVisible(bouncer);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user