mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
show member collection top
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -48,6 +48,7 @@ abstract final class PageUtils {
|
||||
int initialPage = 0,
|
||||
required List<SourceModel> imgList,
|
||||
int? quality,
|
||||
ValueChanged<int>? onPageChanged,
|
||||
}) {
|
||||
return Get.key.currentState!.push<void>(
|
||||
HeroDialogRoute(
|
||||
@@ -55,6 +56,7 @@ abstract final class PageUtils {
|
||||
sources: imgList,
|
||||
initIndex: initialPage,
|
||||
quality: quality ?? GlobalData().imgQuality,
|
||||
onPageChanged: onPageChanged,
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user