fix: intro page bug and fakepacket delay bug

This commit is contained in:
Hiddify
2024-02-22 17:35:29 +01:00
parent e0664c3f71
commit 4bd268e392
4 changed files with 29 additions and 12 deletions

View File

@@ -154,7 +154,7 @@ class IntroRoute extends GoRouteData {
@override
Page<void> buildPage(BuildContext context, GoRouterState state) {
return const MaterialPage(
return MaterialPage(
fullscreenDialog: true,
name: name,
child: IntroPage(),