Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1aa24246 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Notify user switch event to NetworkController"

parents 943a5286 ca822fa5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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() {