File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
app/src/main/java/to/bitkit/ui Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,7 @@ class ToastQueueManager(private val scope: CoroutineScope) {
4949 }
5050 newQueue
5151 }
52- // If no toast is currently displayed, show this one immediately
53- showNextToastIfAvailable()
52+ dismissCurrentToast()
5453 }
5554
5655 /* *
Original file line number Diff line number Diff line change @@ -211,6 +211,8 @@ class BoostTransactionViewModel @Inject constructor(
211211 Logger .debug(" Boost successful. newTxId: $newTxId " , context = TAG )
212212 updateActivity(newTxId = newTxId, isRBF = isRBF).fold(
213213 onSuccess = {
214+ lightningRepo.sync()
215+ activityRepo.syncActivities()
214216 _uiState .update { it.copy(boosting = false ) }
215217 setBoostTransactionEffect(BoostTransactionEffects .OnBoostSuccess )
216218 },
You can’t perform that action at this time.
0 commit comments