mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Update Galleries
This commit is contained in:
@@ -55,7 +55,10 @@ final _router = GoRouter(
|
||||
} catch (e) {
|
||||
_routerLog.warning("Failed to load sortByGid from prefs:", e);
|
||||
}
|
||||
return GalleriesPage(sortByGid: sortByGid);
|
||||
final tag = state.uri.queryParameters["tag"];
|
||||
final uploader = state.uri.queryParameters["uploader"];
|
||||
return GalleriesPage(
|
||||
sortByGid: sortByGid, tag: tag, uploader: uploader);
|
||||
}),
|
||||
GoRoute(
|
||||
path: GalleryPage.routeName,
|
||||
|
||||
Reference in New Issue
Block a user