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 1144d4d commit f88c9f4Copy full SHA for f88c9f4
app/src/main/java/to/bitkit/ui/screens/wallets/activity/ActivityDetailScreen.kt
@@ -606,7 +606,7 @@ private fun ActivityDetailContent(
606
if (hasCPFP) {
607
true
608
} else if (activity.txType == PaymentType.SENT) {
609
- val anyBoostTxEvicted = activity.boostTxIds.any { boostTxDoesExist[it] == false }
+ val anyBoostTxEvicted = activity.boostTxIds.any { boostTxDoesExist[it] == false }
610
val thisActivityWasEvicted = !activity.doesExist
611
anyBoostTxEvicted || thisActivityWasEvicted
612
} else {
0 commit comments