Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions lib/router.dart
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,6 @@ Route<dynamic> createRoute(RouteSettings settings) {
);

case Routes.restoreOptions:
if (SettingsStoreBase.walletPasswordDirectInput) {
return createRoute(RouteSettings(name: Routes.restoreWalletType));
}

final isNewInstall = settings.arguments as bool;
return handleRouteWithPlatformAwareness(
(context) => getIt.get<RestoreOptionsPage>(param1: isNewInstall),
Expand Down
Loading