Skip to content

Commit 848df8f

Browse files
author
NoahAndrews
committed
Add TODO
1 parent 455049c commit 848df8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/nya/kitsunyan/foxydroid/service/SyncService.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import java.lang.ref.WeakReference
3535
import java.util.concurrent.TimeUnit
3636
import kotlin.math.*
3737

38+
// TODO(Noah): Dismiss errors about failing to sync a repository once it has been successfully synced
3839
class SyncService: ConnectionService<SyncService.Binder>() {
3940
companion object {
4041
private const val ACTION_CANCEL = "${BuildConfig.APPLICATION_ID}.intent.action.CANCEL"

0 commit comments

Comments
 (0)