mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-14 14:32: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 {
|
return try {
|
||||||
//TODO: Uncomment this when the rest of sync PR is merged.
|
// TODO: Uncomment this when the rest of sync PR is merged.
|
||||||
// SyncManager(context).syncData()
|
// SyncManager(context).syncData()
|
||||||
Result.success()
|
Result.success()
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
logcat(LogPriority.ERROR, e)
|
logcat(LogPriority.ERROR, e)
|
||||||
|
Loading…
Reference in New Issue
Block a user