mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-01-19 06:48:00 +01:00
crop thumbnails at widget config screen only if selected so
This commit is contained in:
parent
7b2f96b8f6
commit
e40963a6b8
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ class WidgetConfigureActivity : SimpleActivity() {
|
||||||
val path = directoryDB.getDirectoryThumbnail(folderPath)
|
val path = directoryDB.getDirectoryThumbnail(folderPath)
|
||||||
if (path != null) {
|
if (path != null) {
|
||||||
runOnUiThread {
|
runOnUiThread {
|
||||||
loadJpg(path, config_image, true)
|
loadJpg(path, config_image, config.cropThumbnails)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}.start()
|
}.start()
|
||||||
|
|
Loading…
Reference in a new issue