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

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

Merge "AppWidgetManager shouldn't use StorageManager."

parents 21cb4cd4 22e32236
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -709,7 +709,7 @@ class AppWidgetServiceImpl extends IAppWidgetService.Stub implements WidgetBacku
    }

    private boolean isUserRunningAndUnlocked(@UserIdInt int userId) {
        return mUserManager.isUserRunning(userId) && StorageManager.isUserKeyUnlocked(userId);
        return mUserManager.isUserUnlockingOrUnlocked(userId);
    }

    @Override