mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-07-12 12:05:23 +02:00
Fix Gallery posts not showing preview image.
This commit is contained in:
@ -422,6 +422,7 @@ public class ParsePost {
|
||||
if (!gallery.isEmpty()) {
|
||||
post.setPostType(Post.GALLERY_TYPE);
|
||||
post.setGallery(gallery);
|
||||
post.setPreviews(previews);
|
||||
}
|
||||
} else if (post.getPostType() == Post.LINK_TYPE) {
|
||||
Uri uri = Uri.parse(url);
|
||||
|
Reference in New Issue
Block a user