chore: ktlint.

Signed-off-by: KaiserBh <kaiserbh@proton.me>
This commit is contained in:
KaiserBh
2023-12-29 01:59:14 +11:00
parent 0d117b84c0
commit 37033cbfc3
3 changed files with 8 additions and 5 deletions

View File

@@ -138,7 +138,6 @@ class App : Application(), DefaultLifecycleObserver, ImageLoaderFactory {
LogcatLogger.install(AndroidLogcatLogger(LogPriority.VERBOSE))
}
val syncPreferences: SyncPreferences by injectLazy()
val syncFlags = syncPreferences.syncFlags().get()
if (syncPreferences.isSyncEnabled() && syncFlags and SyncPreferences.Flags.SYNC_ON_APP_START == SyncPreferences.Flags.SYNC_ON_APP_START) {