mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Slightly tweak MangaScreen refresh indicator
Related to #7813. It still starts below the status bar, but it looks a bit less weird.
This commit is contained in:
		| @@ -340,7 +340,7 @@ private fun MangaScreenSmallImpl( | ||||
|             refreshing = state.isRefreshingData, | ||||
|             onRefresh = onRefresh, | ||||
|             enabled = chapters.fastAll { !it.selected }, | ||||
|             indicatorPadding = contentPadding, | ||||
|             indicatorPadding = WindowInsets.systemBars.only(WindowInsetsSides.Top).asPaddingValues(), | ||||
|         ) { | ||||
|             val layoutDirection = LocalLayoutDirection.current | ||||
|             VerticalFastScroller( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user