Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
fix: Remove import wallet via email
Browse files Browse the repository at this point in the history
  • Loading branch information
reasje committed Sep 8, 2023
1 parent ebbc273 commit 6de9c2f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/features/splash/import_storage/import_storage_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ class SplashImportStoragePage extends SplashBasePage {
? () => ref.read(presenter).openWechat()
: null,
),
MxcButton.secondaryWhite(
key: const ValueKey('emailButton'),
icon: MxcIcons.email,
iconSize: 20,
title: FlutterI18n.translate(context, 'email_secured_storage'),
onTap: () => ref.read(presenter).openEmail(),
),
// MxcButton.secondaryWhite(
// key: const ValueKey('emailButton'),
// icon: MxcIcons.email,
// iconSize: 20,
// title: FlutterI18n.translate(context, 'email_secured_storage'),
// onTap: () => ref.read(presenter).openEmail(),
// ),
MxcButton.secondaryWhite(
key: const ValueKey('mnemonicButton'),
icon: MxcIcons.cloud,
Expand Down

0 comments on commit 6de9c2f

Please sign in to comment.