fix:取消添加完成后断开蓝牙连接的操作
This commit is contained in:
parent
09a8d7b344
commit
6bf20abc28
@ -487,7 +487,7 @@ class SaveLockLogic extends BaseGetXController {
|
|||||||
|
|
||||||
void backAction() async {
|
void backAction() async {
|
||||||
eventBus.fire(RefreshLockListInfoDataEvent(clearScanDevices: true));
|
eventBus.fire(RefreshLockListInfoDataEvent(clearScanDevices: true));
|
||||||
BlueManage().disconnect();
|
// BlueManage().disconnect();
|
||||||
|
|
||||||
// 查询锁设置信息
|
// 查询锁设置信息
|
||||||
final LockSetInfoEntity entity =
|
final LockSetInfoEntity entity =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user