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

Commit 7241d7cf authored by Sunny Goyal's avatar Sunny Goyal Committed by android-build-merger
Browse files

Merge "Removing user locked change in LauncherAppState" into ub-launcher3-qt-dev

am: ce0c0931

Change-Id: Ib85ff9f162f4511726d270e9d1ab94734c04e054
parents 0f405d78 ce0c0931
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -68,9 +68,6 @@ public class LauncherAppState {
    }

    private LauncherAppState(Context context) {
        if (!UserManagerCompat.getInstance(context).isUserUnlocked(Process.myUserHandle())) {
            throw new RuntimeException("LauncherAppState should not start in direct boot mode");
        }
        if (getLocalProvider(context) == null) {
            throw new RuntimeException(
                    "Initializing LauncherAppState in the absence of LauncherProvider");