fix some empty portrait photos creating blank thumbnails

This commit is contained in:
tibbi 2020-01-13 22:53:54 +01:00
parent 07c3d26b5d
commit 386c52a0ff

View file

@ -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