mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 22:37:56 +01:00 
			
		
		
		
	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:
		| @@ -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" /> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user