We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c431d0 commit 4c4e1e1Copy full SHA for 4c4e1e1
2 files changed
app/src/main/java/to/bitkit/services/CoreService.kt
@@ -629,6 +629,7 @@ class ActivityService(
629
)
630
}
631
632
+ @Suppress("CyclomaticComplexMethod")
633
private suspend fun processOnchainPayment(
634
kind: PaymentKind.Onchain,
635
payment: PaymentDetails,
app/src/main/java/to/bitkit/services/MigrationService.kt
@@ -1394,7 +1394,7 @@ class MigrationService @Inject constructor(
1394
1395
1396
1397
- @Suppress("CyclomaticComplexMethod")
+ @Suppress("CyclomaticComplexMethod", "LongMethod")
1398
private suspend fun updateOnchainActivityMetadata(
1399
item: RNActivityItem,
1400
onchain: OnchainActivity,
0 commit comments