unlock wallet using submit button

This commit is contained in:
ryleedavis 2023-04-28 12:07:27 -06:00
parent cede462681
commit 63277600a6

View file

@ -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);
// }
}
}