mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +00:00
When adding a favorite, also add the update time.
This commit is contained in:
@@ -61,6 +61,7 @@ abstract mixin class _ComicPageActions {
|
||||
update();
|
||||
},
|
||||
favoriteItem: _toFavoriteItem(),
|
||||
updateTime: comic.findUpdateTime(),
|
||||
),
|
||||
);
|
||||
}
|
||||
@@ -73,6 +74,8 @@ abstract mixin class _ComicPageActions {
|
||||
LocalFavoritesManager().addComic(
|
||||
folder,
|
||||
_toFavoriteItem(),
|
||||
null,
|
||||
comic.findUpdateTime(),
|
||||
);
|
||||
isAddToLocalFav = true;
|
||||
update();
|
||||
|
Reference in New Issue
Block a user