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

Commit 41298971 authored by Adam Cohen's avatar Adam Cohen Committed by Android (Google) Code Review
Browse files

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

parents 9c43016b 51e9d5c6
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