Updated on 2026-08-14

This commit is contained in:
Tangem 2022-03-18 21:27:07 +03:00
parent 5d513a7b8f
commit 6dd6f50a45

View file

@ -63,7 +63,7 @@ class WalletFragment : Fragment(R.layout.fragment_wallet), StoreSubscriber<Walle
}.select { it.walletState }
}
walletView.setFragment(this, binding)
store.dispatch(WalletAction.UpdateWallet())
store.dispatch(WalletAction.LoadWallet())
}
override fun onStop() {