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

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

Merge "Notify user switch event to NetworkController"

am: 1aa24246

Change-Id: I1c2cefbc0fff7d90a4c2a0314c3697ee198caab5
parents 8fbdf116 1aa24246
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3669,6 +3669,9 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
        if (mSecurityController != null) {
            mSecurityController.onUserSwitched(mCurrentUserId);
        }
        if (mNetworkController != null) {
            mNetworkController.onUserSwitched(mCurrentUserId);
        }
    }

    private void resetUserSetupObserver() {