Loading policy/src/com/android/internal/policy/impl/PhoneWindowManager.java +8 −0 Original line number Original line Diff line number Diff line Loading @@ -3756,6 +3756,14 @@ public class PhoneWindowManager implements WindowManagerPolicy { // and then updates our own bookkeeping based on the now- // and then updates our own bookkeeping based on the now- // current user. // current user. mSettingsObserver.onChange(false); mSettingsObserver.onChange(false); // force a re-application of focused window sysui visibility. // the window may never have been shown for this user // e.g. the keyguard when going through the new-user setup flow synchronized(mLock) { mLastSystemUiFlags = 0; updateSystemUiVisibilityLw(); } } } } } }; }; Loading Loading
policy/src/com/android/internal/policy/impl/PhoneWindowManager.java +8 −0 Original line number Original line Diff line number Diff line Loading @@ -3756,6 +3756,14 @@ public class PhoneWindowManager implements WindowManagerPolicy { // and then updates our own bookkeeping based on the now- // and then updates our own bookkeeping based on the now- // current user. // current user. mSettingsObserver.onChange(false); mSettingsObserver.onChange(false); // force a re-application of focused window sysui visibility. // the window may never have been shown for this user // e.g. the keyguard when going through the new-user setup flow synchronized(mLock) { mLastSystemUiFlags = 0; updateSystemUiVisibilityLw(); } } } } } }; }; Loading