fix: 修复在列表无法直接删除锁的问题
This commit is contained in:
parent
e1011688de
commit
baeb3c139a
@ -71,8 +71,7 @@ class LockListLogic extends BaseGetXController {
|
|||||||
_replySubscription =
|
_replySubscription =
|
||||||
EventBusManager().eventBus!.on<Reply>().listen((Reply reply) async {
|
EventBusManager().eventBus!.on<Reply>().listen((Reply reply) async {
|
||||||
// 恢复出厂设置
|
// 恢复出厂设置
|
||||||
if ((reply is FactoryDataResetReply) &&
|
if ((reply is FactoryDataResetReply)) {
|
||||||
(state.ifCurrentScreen.value == true)) {
|
|
||||||
_replyFactoryDataResetKey(reply);
|
_replyFactoryDataResetKey(reply);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user