crop thumbnails at widget config screen only if selected so

This commit is contained in:
tibbi 2018-12-16 21:18:02 +01:00
parent 7b2f96b8f6
commit e40963a6b8

View file

@ -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()