mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
Fixes pre release.
This commit is contained in:
parent
dcbaf01118
commit
34aa7fdc76
25 changed files with 124 additions and 81 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue