mirror of
https://github.com/Michatec/michas-droid.git
synced 2026-06-15 16:13:24 +02:00
Refactor services
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user