@@ -66,7 +66,7 @@ fun BrowseSourceContent(
)
when (result) {
SnackbarResult.Dismissed -> snackbarHostState.currentSnackbarData?.dismiss()
- SnackbarResult.ActionPerformed -> mangaList.refresh()
+ SnackbarResult.ActionPerformed -> mangaList.retry()
}