Updated on 2026-08-14
This commit is contained in:
parent
b9c8d4fed1
commit
14a4abd0cb
1 changed files with 0 additions and 5 deletions
|
|
@ -34,11 +34,6 @@ class TokensMiddleware {
|
|||
{ next ->
|
||||
{ action ->
|
||||
when (action) {
|
||||
is NavigationAction.NavigateTo -> {
|
||||
if (action.screen == AppScreen.AddTokens) {
|
||||
store.dispatch(TokensAction.LoadCurrencies)
|
||||
}
|
||||
}
|
||||
is TokensAction.LoadCurrencies -> handleLoadCurrencies()
|
||||
is TokensAction.SaveChanges -> handleSaveChanges(action)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue