We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8db26 commit dfe306eCopy full SHA for dfe306e
lib/router.dart
@@ -276,10 +276,6 @@ Route<dynamic> createRoute(RouteSettings settings) {
276
);
277
278
case Routes.restoreOptions:
279
- if (SettingsStoreBase.walletPasswordDirectInput) {
280
- return createRoute(RouteSettings(name: Routes.restoreWalletType));
281
- }
282
-
283
final isNewInstall = settings.arguments as bool;
284
return handleRouteWithPlatformAwareness(
285
(context) => getIt.get<RestoreOptionsPage>(param1: isNewInstall),
0 commit comments