mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 17:35:06 +01:00
Actually retry when a page fails to load in Browse screen (#9700)
This commit is contained in:
parent
3aa6e7ae0e
commit
48f7a2de41
@ -66,7 +66,7 @@ fun BrowseSourceContent(
|
||||
)
|
||||
when (result) {
|
||||
SnackbarResult.Dismissed -> snackbarHostState.currentSnackbarData?.dismiss()
|
||||
SnackbarResult.ActionPerformed -> mangaList.refresh()
|
||||
SnackbarResult.ActionPerformed -> mangaList.retry()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user