From 39ae0d3aaf0eba042ca70e7fd67fcea0349af156 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sat, 18 Jul 2020 00:22:07 +0800 Subject: Fix parsing Reddit gallery posts error when they contain a gif. Fix progress bar not showing in item_post_detail_gallery. --- app/src/main/res/layout/item_post_detail_gallery.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/item_post_detail_gallery.xml b/app/src/main/res/layout/item_post_detail_gallery.xml index 05f013a1..8d2a9ce2 100644 --- a/app/src/main/res/layout/item_post_detail_gallery.xml +++ b/app/src/main/res/layout/item_post_detail_gallery.xml @@ -212,8 +212,7 @@ android:id="@+id/load_wrapper_item_post_detail_gallery" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_centerInParent="true" - android:visibility="gone"> + android:layout_centerInParent="true">