Refactor services

This commit is contained in:
kitsunyan
2020-06-19 15:20:16 +03:00
parent 561352b685
commit 75928d260d
11 changed files with 56 additions and 49 deletions
@@ -80,7 +80,7 @@ class EditRepositoryFragment(): Fragment() {
private var saveMenuItem: MenuItem? = null
private var layout: Layout? = null
private val syncConnection = Connection<SyncService.Binder>(SyncService::class.java)
private val syncConnection = Connection(SyncService::class.java)
private var repositoriesDisposable: Disposable? = null
private var checkDisposable: Disposable? = null