mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
Fixed an issue where clicking on local comics on the home page would cause the history to be lost. Close #196
This commit is contained in:
@@ -165,6 +165,8 @@ class _ComicPageState extends LoadingState<ComicPage, ComicDetails>
|
||||
cid: widget.id,
|
||||
name: localComic.title,
|
||||
chapters: localComic.chapters,
|
||||
initialPage: history?.page,
|
||||
initialChapter: history?.ep,
|
||||
history: history ??
|
||||
History.fromModel(
|
||||
model: localComic,
|
||||
|
Reference in New Issue
Block a user