We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455049c commit 848df8fCopy full SHA for 848df8f
src/main/kotlin/nya/kitsunyan/foxydroid/service/SyncService.kt
@@ -35,6 +35,7 @@ import java.lang.ref.WeakReference
35
import java.util.concurrent.TimeUnit
36
import kotlin.math.*
37
38
+// TODO(Noah): Dismiss errors about failing to sync a repository once it has been successfully synced
39
class SyncService: ConnectionService<SyncService.Binder>() {
40
companion object {
41
private const val ACTION_CANCEL = "${BuildConfig.APPLICATION_ID}.intent.action.CANCEL"
0 commit comments