fix: fix assets not updating in views when getting new balance
This commit is contained in:
parent
4f94588199
commit
cebd889fd6
|
@ -341,6 +341,7 @@ QtObject:
|
|||
|
||||
proc updateView*(self: WalletView) =
|
||||
self.totalFiatBalanceChanged()
|
||||
self.currentAccount.assetList.setNewData(self.currentAccount.account.assetList)
|
||||
self.currentAccountChanged()
|
||||
self.accountListChanged()
|
||||
self.accounts.forceUpdate()
|
||||
|
|
Loading…
Reference in New Issue