We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef94d0 commit 623968fCopy full SHA for 623968f
app/src/main/java/to/bitkit/ui/screens/wallets/HomeViewModel.kt
@@ -49,7 +49,6 @@ class HomeViewModel @Inject constructor(
49
setupStateObservation()
50
setupArticleRotation()
51
setupFactRotation()
52
- checkHighBalance()
53
}
54
55
private fun setupStateObservation() {
@@ -91,6 +90,7 @@ class HomeViewModel @Inject constructor(
91
90
showEmptyState = settings.showEmptyBalanceView && balanceState.totalSats == 0uL
92
)
93
}.collect { newState ->
+ checkHighBalance()
94
_uiState.update { newState }
95
96
0 commit comments