Fix: Wallet details screen does not update.

Should address https://github.com/zcash/zcash-android-wallet/issues/153 but needs to be verified before closing that issue.
This commit is contained in:
Kevin Gorham 2020-06-09 21:53:18 -04:00
parent eecf57383e
commit 345725a744
No known key found for this signature in database
GPG Key ID: CCA55602DF49FC38
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ open class PagedTransactionRepository(
override val sentTransactions = sentTxDataSourceFactory.toFlowPagedList(pageSize)
override val allTransactions = allTxDataSourceFactory.toFlowPagedList(pageSize)
override fun invalidate() = receivedTxDataSourceFactory.refresh()
override fun invalidate() = allTxDataSourceFactory.refresh()
override fun lastScannedHeight(): Int {
return blocks.lastScannedHeight()