mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
fix: Generic fixes (#1897)
This commit is contained in:
parent
c6b9f054cc
commit
3e93a5ecb8
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ class SeedVerificationStepView extends StatelessWidget {
|
|||
(option) {
|
||||
return GestureDetector(
|
||||
onTap: () async {
|
||||
if (walletSeedViewModel.wrongEntries > 2) return;
|
||||
|
||||
final isCorrectWord = walletSeedViewModel.isChosenWordCorrect(option);
|
||||
final isSecondWrongEntry = walletSeedViewModel.wrongEntries >= 2;
|
||||
if (!isCorrectWord) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue