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 756b8ed commit 876e050Copy full SHA for 876e050
app/src/main/java/to/bitkit/ui/screens/wallets/HomeViewModel.kt
@@ -264,7 +264,7 @@ class HomeViewModel @Inject constructor(
264
balanceState.totalLightningSats > 0uL -> { // With Lightning
265
listOfNotNull(
266
Suggestion.BACK_UP.takeIf { !settings.backupVerified },
267
- // The previous list had LIGHTNING_SETTING_UP and the current don't
+ // The previous list has LIGHTNING_SETTING_UP and the current don't
268
Suggestion.LIGHTNING_READY.takeIf {
269
Suggestion.LIGHTNING_SETTING_UP in _uiState.value.suggestions &&
270
transfers.all { it.type != TransferType.TO_SPENDING }
0 commit comments