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

Commit 5174fc86 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

Change-Id: If39b55c2c62760ad8db0ba37cbfaefc94694a6a8
parents ee6a391a 55bf4fd6
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);
        }
    };