Merge "Notify user switch event to NetworkController" am: 1aa24246cf
am: 4ab0e9f824
Change-Id: I51365e12797493e620e3146cc7e25eda8c2065c8
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