Skip to content

Commit 6797a63

Browse files
committed
fix: distinctUntilChanged was delaying update
1 parent 63c24fe commit 6797a63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/to/bitkit/ui/screens/wallets/HomeViewModel.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ class HomeViewModel @Inject constructor(
217217

218218
private suspend fun createBannersFlow() {
219219
transferRepo.activeTransfers
220-
.distinctUntilChanged()
221220
.collect { transfers ->
222221
val banners = listOfNotNull(
223222
ActivityBannerType.SPENDING.takeIf {

0 commit comments

Comments
 (0)