UpdatesController: Don't init adapter until chapter data is ready (#6824)

Considering there's no pagination for this list, the data loading can take some
time. So this will show the existing refresh indicator instead of empty view
while the list is loading.
This commit is contained in:
Ivan Iskandar
2022-03-26 09:20:47 +07:00
committed by GitHub
parent ef600c0956
commit ffd9c6995a
4 changed files with 18 additions and 9 deletions

View File

@@ -24,6 +24,7 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="end"
android:visibility="gone"
app:fastScrollerBubbleEnabled="false"
tools:visibility="visible" />