Skip to content

Commit 4c4e1e1

Browse files
committed
chore: fix all lint errors from other PRs
1 parent 0c431d0 commit 4c4e1e1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

app/src/main/java/to/bitkit/services/CoreService.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,7 @@ class ActivityService(
629629
)
630630
}
631631

632+
@Suppress("CyclomaticComplexMethod")
632633
private suspend fun processOnchainPayment(
633634
kind: PaymentKind.Onchain,
634635
payment: PaymentDetails,

app/src/main/java/to/bitkit/services/MigrationService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@ class MigrationService @Inject constructor(
13941394
}
13951395
}
13961396

1397-
@Suppress("CyclomaticComplexMethod")
1397+
@Suppress("CyclomaticComplexMethod", "LongMethod")
13981398
private suspend fun updateOnchainActivityMetadata(
13991399
item: RNActivityItem,
14001400
onchain: OnchainActivity,

0 commit comments

Comments
 (0)