mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-08-07 19:01:57 +00:00
Clean up
This commit is contained in:
@@ -96,6 +96,7 @@ class SyncService : ConnectionService<SyncService.Binder>() {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO fix sync (better management of repositories' ids
|
||||
fun sync(request: SyncRequest) {
|
||||
val ids = db.repositoryDao.all.mapNotNull { it.data }
|
||||
.asSequence().filter { it.enabled }.map { it.id }.toList()
|
||||
|
Reference in New Issue
Block a user