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 323c067 commit 018ecedCopy full SHA for 018eced
app/src/main/java/to/bitkit/ui/screens/wallets/HomeViewModel.kt
@@ -267,11 +267,6 @@ class HomeViewModel @Inject constructor(
267
val settings = settingsStore.data.first()
268
if (settings.quickPayIntroSeen || settings.isQuickPayEnabled) return false
269
val shouldShow = walletRepo.balanceState.value.totalLightningSats > 0U
270
-
271
- if (shouldShow) {
272
- settingsStore.update { it.copy(quickPayIntroSeen = true) }
273
- }
274
275
return shouldShow
276
}
277
0 commit comments