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

Commit bddba115 authored by Jay's avatar Jay Committed by android-build-merger
Browse files

Merge "Notify user switch event to NetworkController" am: 1aa24246 am: 4ab0e9f8

am: 3f326e70

Change-Id: I9a844a8bf1fb7bc3cfabc0832e7fb532278cda99
parents 655c5066 3f326e70
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3704,6 +3704,9 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
        if (mSecurityController != null) {
            mSecurityController.onUserSwitched(mCurrentUserId);
        }
        if (mNetworkController != null) {
            mNetworkController.onUserSwitched(mCurrentUserId);
        }
    }

    private void resetUserSetupObserver() {