mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
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) {
|
when (result) {
|
||||||
SnackbarResult.Dismissed -> snackbarHostState.currentSnackbarData?.dismiss()
|
SnackbarResult.Dismissed -> snackbarHostState.currentSnackbarData?.dismiss()
|
||||||
SnackbarResult.ActionPerformed -> mangaList.refresh()
|
SnackbarResult.ActionPerformed -> mangaList.retry()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue