mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-23 04:57:59 +01:00
fix some empty portrait photos creating blank thumbnails
This commit is contained in:
parent
07c3d26b5d
commit
386c52a0ff
1 changed files with 2 additions and 0 deletions
|
@ -256,6 +256,8 @@ class MediaFetcher(val context: Context) {
|
||||||
file = cover
|
file = cover
|
||||||
path = cover.absolutePath
|
path = cover.absolutePath
|
||||||
isPortrait = true
|
isPortrait = true
|
||||||
|
} else {
|
||||||
|
continue
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in a new issue