fix: controller positioning

This commit is contained in:
dethe 2025-03-18 13:31:28 +03:00
parent 1cddb14bf1
commit d835b14230

View file

@ -1367,7 +1367,6 @@ class _SendViewState extends ConsumerState<SendView> {
cryptoAmountController.text = parsedUri.queryParameters["amount"] ?? "";
}
} else {
sendToController.text = trimmed;
_address = trimmed;
}