Fix parsing Reddit gallery posts error when they contain a gif. Fix progress bar not showing in item_post_detail_gallery.

This commit is contained in:
Alex Ning
2020-07-18 00:22:07 +08:00
parent 09efd35b29
commit 39ae0d3aaf
3 changed files with 13 additions and 3 deletions

View File

@@ -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">
<ProgressBar
android:id="@+id/progress_bar_item_post_detail_gallery"