修复眠花糖设置闹钟无效

This commit is contained in:
wyf
2025-10-31 15:03:36 +08:00
parent 3c5db3bdf2
commit 58f4b1f0bb
18 changed files with 812 additions and 124 deletions

View File

@@ -891,6 +891,14 @@ class _MHTWifiAfterPageState extends State<MHTWifiAfterPage> {
}
} else {
wifiStatus = false;
if (needSuccess) {
haveSuccess = true;
TopSlideNotification.show(
context,
text: "配网失败".tr,
textColor: themeController.currentColor.sc9,
);
}
}
blueteethBindController.wifiStatus.value = wifiStatus ? 1 : 0;
} catch (e) {