Updated on 2026-08-14

This commit is contained in:
Tangem 2020-09-29 12:44:03 +03:00
parent 62dd399e4f
commit c6a40d202a

View file

@ -80,6 +80,8 @@ class AmountMiddleware {
dispatch(AmountAction.SetAmount(amountState.balanceCrypto, false))
dispatch(FeeAction.RequestFee)
dispatch(FeeAction.ChangeLayoutVisibility(main = true, controls = true, chipGroup = true))
dispatch(FeeActionUi.ChangeIncludeFee(true))
}
private fun toggleMainCurrency(appState: AppState?, dispatch: (Action) -> Unit) {