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
|
||||
path = cover.absolutePath
|
||||
isPortrait = true
|
||||
} else {
|
||||
continue
|
||||
}
|
||||
} else {
|
||||
continue
|
||||
|
Reference in New Issue
Block a user