mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 12:44:31 +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) {
|
||||
_textControllerValue = ValueNotifier(_controller.value.text);
|
||||
}
|
||||
if (pin.length == widget.fieldsCount) {
|
||||
widget.onSubmit?.call(pin);
|
||||
}
|
||||
// if (pin.length == widget.fieldsCount) {
|
||||
// widget.onSubmit?.call(pin);
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue