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

Commit 7f534376 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Handle NPE in UserController"

parents dc8d0be1 1d1e80a5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2179,8 +2179,10 @@ class UserController implements Handler.Callback {

        void startUserWidgets(int userId) {
            AppWidgetManagerInternal awm = LocalServices.getService(AppWidgetManagerInternal.class);
            if (awm != null) {
                awm.unlockUser(userId);
            }
        }

        void updateUserConfiguration() {
            mService.mActivityTaskManager.updateUserConfiguration();