aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-07-17 16:22:07 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-07-17 16:22:07 +0000
commit39ae0d3aaf0eba042ca70e7fd67fcea0349af156 (patch)
treec2e0abfc0070bb82aeb81de134afee7fd1618329 /app/src/main/res
parent09efd35b29060e9a56b1fd1ac9449b970adfdbf1 (diff)
downloadinfinity-for-reddit-39ae0d3aaf0eba042ca70e7fd67fcea0349af156.tar
infinity-for-reddit-39ae0d3aaf0eba042ca70e7fd67fcea0349af156.tar.gz
infinity-for-reddit-39ae0d3aaf0eba042ca70e7fd67fcea0349af156.tar.bz2
infinity-for-reddit-39ae0d3aaf0eba042ca70e7fd67fcea0349af156.tar.lz
infinity-for-reddit-39ae0d3aaf0eba042ca70e7fd67fcea0349af156.tar.xz
infinity-for-reddit-39ae0d3aaf0eba042ca70e7fd67fcea0349af156.tar.zst
infinity-for-reddit-39ae0d3aaf0eba042ca70e7fd67fcea0349af156.zip
Fix parsing Reddit gallery posts error when they contain a gif. Fix progress bar not showing in item_post_detail_gallery.
Diffstat (limited to '')
-rw-r--r--app/src/main/res/layout/item_post_detail_gallery.xml3
1 files changed, 1 insertions, 2 deletions
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">
<ProgressBar
android:id="@+id/progress_bar_item_post_detail_gallery"