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

Commit 5230d095 authored by Ankit Shetgaonkar's avatar Ankit Shetgaonkar Committed by Android (Google) Code Review
Browse files

Merge "Call adjustStatusBarLocked on UserSwitchComplete" into main

parents e9a09030 08d0cbcd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -724,6 +724,10 @@ public class KeyguardViewMediator implements CoreStartable,
            mHandler.postDelayed(() -> dismiss(null /* callback */, null /* message */),
                    mDismissToken, 500);
        }
        // We need to adjust the status bar in case there are race conditions where the
        // previous adjust event was sent before the user switch completed.
        Log.d(TAG, String.format("onUserSwitchComplete, adjustStatusBarLocked  %d", userId));
        adjustStatusBarLocked();
    }

    KeyguardUpdateMonitorCallback mUpdateCallback = new KeyguardUpdateMonitorCallback() {