mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Actually retry when a page fails to load in Browse screen (#9700)
This commit is contained in:
		@@ -66,7 +66,7 @@ fun BrowseSourceContent(
 | 
			
		||||
            )
 | 
			
		||||
            when (result) {
 | 
			
		||||
                SnackbarResult.Dismissed -> snackbarHostState.currentSnackbarData?.dismiss()
 | 
			
		||||
                SnackbarResult.ActionPerformed -> mangaList.refresh()
 | 
			
		||||
                SnackbarResult.ActionPerformed -> mangaList.retry()
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user