Actually retry when a page fails to load in Browse screen (#9700)
This commit is contained in:
parent
3aa6e7ae0e
commit
48f7a2de41
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ fun BrowseSourceContent(
|
|||
)
|
||||
when (result) {
|
||||
SnackbarResult.Dismissed -> snackbarHostState.currentSnackbarData?.dismiss()
|
||||
SnackbarResult.ActionPerformed -> mangaList.refresh()
|
||||
SnackbarResult.ActionPerformed -> mangaList.retry()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue