CAKE-43 | merged new world branch into current

This commit is contained in:
OleksandrSobol 2020-09-30 20:34:18 +03:00
parent 0c65c8d04d
commit 97226ad5eb

View file

@ -208,7 +208,9 @@ class ExchangePage extends BasePage {
exchangeViewModel.wallet.currency
? exchangeViewModel.wallet.address
: exchangeViewModel.receiveAddress,
initialIsAmountEditable: false,
initialIsAmountEditable:
exchangeViewModel.provider is
XMRTOExchangeProvider ? true : false,
initialIsAddressEditable:
exchangeViewModel
.isReceiveAddressEnabled,