Updated on 2026-08-14

This commit is contained in:
Tangem 2020-09-29 15:55:18 +03:00
parent cf4b6e3792
commit 56bea85404
2 changed files with 3 additions and 2 deletions

View file

@ -82,6 +82,7 @@ class AmountMiddleware {
dispatch(FeeAction.RequestFee)
dispatch(FeeAction.ChangeLayoutVisibility(main = true, controls = true, chipGroup = true))
dispatch(FeeActionUi.ChangeIncludeFee(true))
dispatch(AmountActionUi.CheckAmountToSend)
}
private fun toggleMainCurrency(appState: AppState?, dispatch: (Action) -> Unit) {