Merge "Notify user switch event to NetworkController" am: 1aa24246cf am: 4ab0e9f824
am: 3f326e7011
Change-Id: I9a844a8bf1fb7bc3cfabc0832e7fb532278cda99
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user