mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 20:54:33 +00:00
unlock wallet using submit button
This commit is contained in:
parent
cede462681
commit
63277600a6
1 changed files with 3 additions and 3 deletions
|
@ -32,9 +32,9 @@ class CustomPinPutState extends State<CustomPinPut>
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
_textControllerValue = ValueNotifier(_controller.value.text);
|
_textControllerValue = ValueNotifier(_controller.value.text);
|
||||||
}
|
}
|
||||||
if (pin.length == widget.fieldsCount) {
|
// if (pin.length == widget.fieldsCount) {
|
||||||
widget.onSubmit?.call(pin);
|
// widget.onSubmit?.call(pin);
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue