Merge "Notify user switch event to NetworkController"
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user