diff --git a/phoenix-android/src/main/kotlin/fr/acinq/phoenix/android/services/NodeService.kt b/phoenix-android/src/main/kotlin/fr/acinq/phoenix/android/services/NodeService.kt index 95637f153..9795b4986 100644 --- a/phoenix-android/src/main/kotlin/fr/acinq/phoenix/android/services/NodeService.kt +++ b/phoenix-android/src/main/kotlin/fr/acinq/phoenix/android/services/NodeService.kt @@ -224,7 +224,7 @@ class NodeService : Service() { log.info("cancel competing workers") val wm = WorkManager.getInstance(applicationContext) withContext(Dispatchers.IO) { - wm.getWorkInfosByTag(InflightPaymentsWatcher.TAG).get() + wm.getWorkInfosByTag(ChannelsWatcher.TAG).get() + wm.getWorkInfosByTag(InflightPaymentsWatcher.TAG).get() + wm.getWorkInfosByTag(ChannelsWatcher.TAG).get() + wm.getWorkInfosByTag(DailyConnect.TAG).get() }.forEach { wm.cancelWorkById(it.id).result.get() }