fix: fix assets not updating in views when getting new balance

This commit is contained in:
Jonathan Rainville 2020-09-15 10:00:36 -04:00 committed by Iuri Matias
parent 4f94588199
commit cebd889fd6
1 changed files with 1 additions and 0 deletions

View File

@ -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()