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 6bd8027 commit aac5ba4Copy full SHA for aac5ba4
app/src/main/java/to/bitkit/repositories/ActivityRepo.kt
@@ -43,7 +43,6 @@ class ActivityRepo @Inject constructor(
43
Logger.debug("syncActivities called", context = TAG)
44
45
return@withContext runCatching {
46
-
47
withTimeout(SYNC_TIMEOUT_MS) {
48
Logger.debug("isSyncingLdkNodePayments = ${isSyncingLdkNodePayments.value}", context = TAG)
49
isSyncingLdkNodePayments.first { !it }
0 commit comments