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 46a9744 commit 436ae0bCopy full SHA for 436ae0b
app/src/main/java/to/bitkit/ui/sheets/BoostTransactionViewModel.kt
@@ -211,6 +211,8 @@ class BoostTransactionViewModel @Inject constructor(
211
Logger.debug("Boost successful. newTxId: $newTxId", context = TAG)
212
updateActivity(newTxId = newTxId, isRBF = isRBF).fold(
213
onSuccess = {
214
+ lightningRepo.sync()
215
+ activityRepo.syncActivities()
216
_uiState.update { it.copy(boosting = false) }
217
setBoostTransactionEffect(BoostTransactionEffects.OnBoostSuccess)
218
},
0 commit comments