修复部分语言中文
This commit is contained in:
@@ -1254,6 +1254,7 @@ class _MHTWifiPageState extends State<MHTWifiPage> {
|
||||
text: "获取设备网络类型失败".tr,
|
||||
textColor: themeController.currentColor.sc9,
|
||||
);
|
||||
await initWifiStatusAndWifiList(needSuccess: needSuccess);
|
||||
} else {
|
||||
blueteethBindController.netType.value = 1;
|
||||
blueteethBindController.updateAll();
|
||||
|
||||
@@ -1212,6 +1212,7 @@ class _MHTWifiAfterPageState extends State<MHTWifiAfterPage> {
|
||||
text: "获取设备网络类型失败".tr,
|
||||
textColor: themeController.currentColor.sc9,
|
||||
);
|
||||
await initWifiStatusAndWifiList(needSuccess: needSuccess);
|
||||
} else {
|
||||
blueteethBindController.netType.value = 1;
|
||||
blueteethBindController.updateAll();
|
||||
|
||||
Reference in New Issue
Block a user