Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f025a2ab authored by Brad Stenning's avatar Brad Stenning Committed by android-build-merger
Browse files

Merge "Fix NPE for devices that don't use a lock icon on the bouncer." into qt-dev am: 55bf4fd6

am: 5174fc86

Change-Id: Ic3b1a4f42fc7a8bf5539dbe601ea87d424027315
parents 3beefd73 5174fc86
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -693,6 +693,9 @@ public class KeyguardIndicationController implements StateListener {

        @Override
        public void onKeyguardBouncerChanged(boolean bouncer) {
            if (mLockIcon == null) {
                return;
            }
            mLockIcon.setBouncerVisible(bouncer);
        }
    };