Skip to content

Commit

Permalink
fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
leekleak committed Apr 24, 2024
1 parent f470cbe commit 6428f39
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class BaseApplication : Application(), Configuration.Provider, ImageLoaderFactor
.maxSizeBytes(appPreferences.imageCacheSize * 1024L * 1024)
.build()
}
.respectCacheHeaders(false)
.build()
}
}

0 comments on commit 6428f39

Please sign in to comment.