crop thumbnails at widget config screen only if selected so
This commit is contained in:
parent
7b2f96b8f6
commit
e40963a6b8
|
@ -169,7 +169,7 @@ class WidgetConfigureActivity : SimpleActivity() {
|
|||
val path = directoryDB.getDirectoryThumbnail(folderPath)
|
||||
if (path != null) {
|
||||
runOnUiThread {
|
||||
loadJpg(path, config_image, true)
|
||||
loadJpg(path, config_image, config.cropThumbnails)
|
||||
}
|
||||
}
|
||||
}.start()
|
||||
|
|
Loading…
Reference in New Issue