mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-01-29 19:27:59 +01:00
lets disable Portrait file displaying by default, until it gets improved
This commit is contained in:
parent
9cce753ede
commit
2a353df76a
1 changed files with 1 additions and 7 deletions
|
@ -171,13 +171,7 @@ const val TYPE_RAWS = 8
|
|||
const val TYPE_SVGS = 16
|
||||
const val TYPE_PORTRAITS = 32
|
||||
|
||||
fun getDefaultFileFilter(): Int {
|
||||
var types = TYPE_IMAGES or TYPE_VIDEOS or TYPE_GIFS or TYPE_RAWS or TYPE_SVGS
|
||||
if (isPiePlus()) {
|
||||
types += TYPE_PORTRAITS
|
||||
}
|
||||
return types
|
||||
}
|
||||
fun getDefaultFileFilter() = TYPE_IMAGES or TYPE_VIDEOS or TYPE_GIFS or TYPE_RAWS or TYPE_SVGS
|
||||
|
||||
const val LOCATION_INTERNAL = 1
|
||||
const val LOCATION_SD = 2
|
||||
|
|
Loading…
Reference in a new issue