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

Commit 1f395eec authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "KeyguardViewMediator: fix NPE when DEBUG=true" into jellybean

parents aab24347 0d306920
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1287,7 +1287,7 @@ public class KeyguardViewMediator implements KeyguardViewCallback,
            }
            }


            if (DEBUG) {
            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));
                        + " isSecure=" + isSecure() + " --> flags=0x" + Integer.toHexString(flags));
            }
            }