mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-04-17 19:51:58 +00:00
fix: controller positioning
This commit is contained in:
parent
1cddb14bf1
commit
d835b14230
1 changed files with 0 additions and 1 deletions
|
@ -1367,7 +1367,6 @@ class _SendViewState extends ConsumerState<SendView> {
|
|||
cryptoAmountController.text = parsedUri.queryParameters["amount"] ?? "";
|
||||
}
|
||||
} else {
|
||||
sendToController.text = trimmed;
|
||||
_address = trimmed;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue