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

Commit 958343c1 authored by John Spurlock's avatar John Spurlock Committed by Android (Google) Code Review
Browse files

Merge "Fix for navbar back/home appearing in keyguard (multiuser)." into jb-mr1.1-dev

parents bf0e87a4 ce479d83
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -3756,6 +3756,14 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                // and then updates our own bookkeeping based on the now-
                // current user.
                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();
                }
            }
        }
    };