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

Commit 51e9d5c6 authored by Adam Cohen's avatar Adam Cohen
Browse files

Fixing disappearing lock screen, issue 5319246

Change-Id: Ia59ba6388775efc83aadf1e489b767be5624d385
parent 6724872b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -531,7 +531,8 @@ public class LockPatternKeyguardView extends KeyguardViewBase {
        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