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

am: 3f326e7011

Change-Id: I9a844a8bf1fb7bc3cfabc0832e7fb532278cda99
This commit is contained in:
Jay
2017-01-18 18:53:20 +00:00
committed by android-build-merger

View File

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