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

am: 4ab0e9f824

Change-Id: I51365e12797493e620e3146cc7e25eda8c2065c8
This commit is contained in:
Jay
2017-01-18 15:49:58 +00:00
committed by android-build-merger

View File

@@ -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() {