Skip to content

Commit 018eced

Browse files
committed
fix: quickpay intro seen update
1 parent 323c067 commit 018eced

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -267,11 +267,6 @@ class HomeViewModel @Inject constructor(
267267
val settings = settingsStore.data.first()
268268
if (settings.quickPayIntroSeen || settings.isQuickPayEnabled) return false
269269
val shouldShow = walletRepo.balanceState.value.totalLightningSats > 0U
270-
271-
if (shouldShow) {
272-
settingsStore.update { it.copy(quickPayIntroSeen = true) }
273-
}
274-
275270
return shouldShow
276271
}
277272

0 commit comments

Comments
 (0)