Updated on 2026-08-14

This commit is contained in:
Tangem 2020-09-20 23:47:16 +03:00
parent a2c2cb52ca
commit 829a2d9796

View file

@ -28,7 +28,7 @@ class RequestFeeMiddleware {
if (!sendState.addressPayIdIsReady()) {
dispatch(FeeAction.FeeCalculation.SetFeeError(FeeAction.Error.ADDRESS_OR_AMOUNT_IS_EMPTY))
dispatch(FeeAction.ChangeLayoutVisibility(main = false, controls = true, chipGroup = true))
dispatch(FeeAction.ChangeLayoutVisibility(main = false, chipGroup = true))
dispatch(ReceiptAction.RefreshReceipt)
dispatch(SendAction.ChangeSendButtonState(sendState.getButtonState()))
return