mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-05-06 20:32:14 +00:00
remove print
This commit is contained in:
parent
f9729ee643
commit
4a5a6c9730
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@ class PinCodeState<T extends PinCodeWidget> extends State<T> {
|
||||||
focusNode: FocusNode(),
|
focusNode: FocusNode(),
|
||||||
autofocus: true,
|
autofocus: true,
|
||||||
onKeyEvent: (keyEvent) {
|
onKeyEvent: (keyEvent) {
|
||||||
print('keyEvent: $keyEvent');
|
|
||||||
if (keyEvent is KeyDownEvent) {
|
if (keyEvent is KeyDownEvent) {
|
||||||
if (keyEvent.logicalKey.keyLabel == "Backspace") {
|
if (keyEvent.logicalKey.keyLabel == "Backspace") {
|
||||||
_pop();
|
_pop();
|
||||||
|
|
Loading…
Reference in a new issue