Loading src/com/android/launcher3/LauncherAppState.java +0 −3 Original line number Original line Diff line number Diff line Loading @@ -68,9 +68,6 @@ public class LauncherAppState { } } private LauncherAppState(Context context) { 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) { if (getLocalProvider(context) == null) { throw new RuntimeException( throw new RuntimeException( "Initializing LauncherAppState in the absence of LauncherProvider"); "Initializing LauncherAppState in the absence of LauncherProvider"); Loading Loading
src/com/android/launcher3/LauncherAppState.java +0 −3 Original line number Original line Diff line number Diff line Loading @@ -68,9 +68,6 @@ public class LauncherAppState { } } private LauncherAppState(Context context) { 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) { if (getLocalProvider(context) == null) { throw new RuntimeException( throw new RuntimeException( "Initializing LauncherAppState in the absence of LauncherProvider"); "Initializing LauncherAppState in the absence of LauncherProvider"); Loading