mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 19:51:11 +08:00
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user