Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-27 20:54:41 +08:00
parent 25acf3a9bb
commit b51c646415
227 changed files with 768 additions and 764 deletions

View File

@@ -50,7 +50,7 @@ class _WebviewPageState extends State<WebviewPage> {
this.uaType =
widget.uaType ??
(uaType != null ? UaType.values.byName(uaType) : UaType.platformUA);
if (Get.arguments case Map map) {
if (Get.arguments case final Map map) {
_inApp = map['inApp'] ?? false;
_off = map['off'] ?? false;
}