mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-12 21:42:49 +01:00
chore: Ktlint
This commit is contained in:
parent
bde81f67f2
commit
2bf426008b
@ -34,8 +34,8 @@ class SyncDataJob(private val context: Context, workerParams: WorkerParameters)
|
||||
}
|
||||
|
||||
return try {
|
||||
//TODO: Uncomment this when the rest of sync PR is merged.
|
||||
// SyncManager(context).syncData()
|
||||
// TODO: Uncomment this when the rest of sync PR is merged.
|
||||
// SyncManager(context).syncData()
|
||||
Result.success()
|
||||
} catch (e: Exception) {
|
||||
logcat(LogPriority.ERROR, e)
|
||||
|
Loading…
Reference in New Issue
Block a user