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

Commit e479efcc 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

am: bddba115

Change-Id: Ibc3aa5c5c7217cdb67dc31d1f9417df48b55127c
parents 03ab949f bddba115
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3519,6 +3519,9 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
        if (mSecurityController != null) {
            mSecurityController.onUserSwitched(mCurrentUserId);
        }
        if (mNetworkController != null) {
            mNetworkController.onUserSwitched(mCurrentUserId);
        }
    }

    private void resetUserSetupObserver() {