fix: webview params

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-29 15:37:19 +08:00
parent 79aee2fdd9
commit 2ddfea5cf3
2 changed files with 26 additions and 6 deletions

View File

@@ -803,7 +803,7 @@ class Utils {
},
);
} else {
PiliScheme.routePushFromUrl(url);
PiliScheme.routePushFromUrl(url, parameters: parameters);
}
}
}