mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
fix some empty portrait photos creating blank thumbnails
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user