Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions opencloudApp/src/main/java/eu/opencloud/android/MainApp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import android.widget.CheckBox
import androidx.appcompat.app.AlertDialog
import androidx.core.content.pm.PackageInfoCompat
import eu.opencloud.android.data.providers.implementation.OCSharedPreferencesProvider
import eu.opencloud.android.datamodel.ThumbnailsCacheManager

import eu.opencloud.android.db.PreferenceManager
import eu.opencloud.android.dependecyinjection.commonModule
import eu.opencloud.android.dependecyinjection.localDataSourceModule
Expand Down Expand Up @@ -107,8 +107,7 @@ class MainApp : Application() {

SingleSessionManager.setUserAgent(userAgent)

// initialise thumbnails cache on background thread
ThumbnailsCacheManager.InitDiskCacheTask().execute()


initDependencyInjection()

Expand Down
Loading
Loading