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

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

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

am: 4ab0e9f8

Change-Id: I51365e12797493e620e3146cc7e25eda8c2065c8
parents 005055c0 4ab0e9f8
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() {