Loading packages/SystemUI/src/com/android/systemui/statusbar/policy/UserSwitcherController.java +2 −1 Original line number Diff line number Diff line Loading @@ -1215,7 +1215,8 @@ public class UserSwitcherController implements Dumpable { } // Use broadcast instead of ShadeController, as this dialog may have started in // another process and normal dagger bindings are not available mBroadcastSender.closeSystemDialogs(); mBroadcastSender.sendBroadcastAsUser( new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), UserHandle.CURRENT); getContext().startActivityAsUser( CreateUserActivity.createIntentForStart(getContext()), mUserTracker.getUserHandle()); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/policy/UserSwitcherController.java +2 −1 Original line number Diff line number Diff line Loading @@ -1215,7 +1215,8 @@ public class UserSwitcherController implements Dumpable { } // Use broadcast instead of ShadeController, as this dialog may have started in // another process and normal dagger bindings are not available mBroadcastSender.closeSystemDialogs(); mBroadcastSender.sendBroadcastAsUser( new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), UserHandle.CURRENT); getContext().startActivityAsUser( CreateUserActivity.createIntentForStart(getContext()), mUserTracker.getUserHandle()); Loading