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