We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c43016 + 51e9d5c commit 4129897Copy full SHA for 4129897
1 file changed
policy/src/com/android/internal/policy/impl/LockPatternKeyguardView.java
@@ -531,7 +531,8 @@ protected void onConfigurationChanged(Configuration newConfig) {
531
mShowLockBeforeUnlock = resources.getBoolean(R.bool.config_enableLockBeforeUnlockScreen);
532
mConfiguration = newConfig;
533
if (DEBUG_CONFIGURATION) Log.v(TAG, "**** re-creating lock screen since config changed");
534
- updateScreen(mMode, true /* force */);
+ removeCallbacks(mRecreateRunnable);
535
+ post(mRecreateRunnable);
536
}
537
538
@Override
0 commit comments