mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-11 13:24:51 +00:00
CAKE-103 | fixed placeholder of address text field (deposit card)
This commit is contained in:
parent
468ad82b37
commit
a124cd810a
1 changed files with 2 additions and 0 deletions
|
@ -247,6 +247,8 @@ class ExchangeCardState extends State<ExchangeCard> {
|
||||||
padding: EdgeInsets.only(top: 20),
|
padding: EdgeInsets.only(top: 20),
|
||||||
child: AddressTextField(
|
child: AddressTextField(
|
||||||
controller: addressController,
|
controller: addressController,
|
||||||
|
placeholder: widget.hasRefundAddress
|
||||||
|
? S.of(context).refund_address : null,
|
||||||
options: [
|
options: [
|
||||||
AddressTextFieldOption.paste,
|
AddressTextFieldOption.paste,
|
||||||
AddressTextFieldOption.qrCode,
|
AddressTextFieldOption.qrCode,
|
||||||
|
|
Loading…
Reference in a new issue