removing a redundant config call

This commit is contained in:
tibbi 2019-09-29 22:08:31 +02:00
parent ad85ec5a63
commit 230d793a40

View file

@ -206,7 +206,7 @@ class MediaFetcher(val context: Context) {
val checkProperFileSize = getProperFileSize || config.fileLoadingPriority == PRIORITY_COMPROMISE
val checkFileExistence = config.fileLoadingPriority == PRIORITY_VALIDITY
val showHidden = config.shouldShowHidden
val showPortraits = config.filterMedia and TYPE_PORTRAITS != 0
val showPortraits = filterMedia and TYPE_PORTRAITS != 0
val dateTakens = if (getProperDateTaken && folder != FAVORITES && !isRecycleBin) getFolderDateTakens(folder) else HashMap()
val subdirs = ArrayList<File>() // used only for Portrait photos starting with "IMG_" for now