mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
make explore pages keep alive and listen for settings change
This commit is contained in:
@@ -872,6 +872,7 @@ class ComicListState extends State<ComicList> {
|
||||
try {
|
||||
if (widget.loadPage != null) {
|
||||
var res = await widget.loadPage!(page);
|
||||
if(!mounted) return;
|
||||
if (res.success) {
|
||||
if (res.data.isEmpty) {
|
||||
_data[page] = const [];
|
||||
|
Reference in New Issue
Block a user