Skip to content

Commit f88c9f4

Browse files
committed
chore: lint
1 parent 1144d4d commit f88c9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ private fun ActivityDetailContent(
606606
if (hasCPFP) {
607607
true
608608
} else if (activity.txType == PaymentType.SENT) {
609-
val anyBoostTxEvicted = activity.boostTxIds.any { boostTxDoesExist[it] == false }
609+
val anyBoostTxEvicted = activity.boostTxIds.any { boostTxDoesExist[it] == false }
610610
val thisActivityWasEvicted = !activity.doesExist
611611
anyBoostTxEvicted || thisActivityWasEvicted
612612
} else {

0 commit comments

Comments
 (0)