Skip to content

Commit aac5ba4

Browse files
committed
chore: lint
1 parent 6bd8027 commit aac5ba4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/to/bitkit/repositories/ActivityRepo.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ class ActivityRepo @Inject constructor(
4343
Logger.debug("syncActivities called", context = TAG)
4444

4545
return@withContext runCatching {
46-
4746
withTimeout(SYNC_TIMEOUT_MS) {
4847
Logger.debug("isSyncingLdkNodePayments = ${isSyncingLdkNodePayments.value}", context = TAG)
4948
isSyncingLdkNodePayments.first { !it }

0 commit comments

Comments
 (0)