removing a redundant config call
This commit is contained in:
parent
ad85ec5a63
commit
230d793a40
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ class MediaFetcher(val context: Context) {
|
||||||
val checkProperFileSize = getProperFileSize || config.fileLoadingPriority == PRIORITY_COMPROMISE
|
val checkProperFileSize = getProperFileSize || config.fileLoadingPriority == PRIORITY_COMPROMISE
|
||||||
val checkFileExistence = config.fileLoadingPriority == PRIORITY_VALIDITY
|
val checkFileExistence = config.fileLoadingPriority == PRIORITY_VALIDITY
|
||||||
val showHidden = config.shouldShowHidden
|
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 dateTakens = if (getProperDateTaken && folder != FAVORITES && !isRecycleBin) getFolderDateTakens(folder) else HashMap()
|
||||||
val subdirs = ArrayList<File>() // used only for Portrait photos starting with "IMG_" for now
|
val subdirs = ArrayList<File>() // used only for Portrait photos starting with "IMG_" for now
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue