Fixes pre release.

This commit is contained in:
M 2020-09-25 18:32:44 +03:00
parent dcbaf01118
commit 34aa7fdc76
25 changed files with 124 additions and 81 deletions

View file

@ -266,7 +266,7 @@ class PinCodeState<T extends PinCodeWidget> extends State<T> {
return;
}
pin.substring(0, pin.length - 1);
setState(() => pin = pin.substring(0, pin.length - 1));
}
String _changePinLengthText() {