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

Commit cec857d8 authored by Adam Cohen's avatar Adam Cohen Committed by Android Git Automerger
Browse files

am 41298971: Merge "Fixing disappearing lock screen, issue 5319246" into ics-factoryrom

* commit '41298971':
  Fixing disappearing lock screen, issue 5319246
parents a80599f5 41298971
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -540,7 +540,8 @@ public class LockPatternKeyguardView extends KeyguardViewBase implements Handler
        mShowLockBeforeUnlock = resources.getBoolean(R.bool.config_enableLockBeforeUnlockScreen);
        mConfiguration = newConfig;
        if (DEBUG_CONFIGURATION) Log.v(TAG, "**** re-creating lock screen since config changed");
        updateScreen(mMode, true /* force */);
        removeCallbacks(mRecreateRunnable);
        post(mRecreateRunnable);
    }

    @Override