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

Commit 0d306920 authored by João Assad's avatar João Assad
Browse files

KeyguardViewMediator: fix NPE when DEBUG=true

Change-Id: Icc6f708ff11db3f67cbea6ce219d21cabc34cfdc
parent 95e26448
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1287,7 +1287,7 @@ public class KeyguardViewMediator implements KeyguardViewCallback,
            }

            if (DEBUG) {
                Log.d(TAG, "adjustStatusBarLocked: mShowing=" + mShowing + " mHidden=" + mHidden
                if (mKeyguardViewProperties != null) Log.d(TAG, "adjustStatusBarLocked: mShowing=" + mShowing + " mHidden=" + mHidden
                        + " isSecure=" + isSecure() + " --> flags=0x" + Integer.toHexString(flags));
            }