修复眠花糖设置闹钟无效
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user