fix:调整指纹刷新多个的问题
This commit is contained in:
parent
c9690430f7
commit
02d0bc49d3
@ -404,8 +404,8 @@ class FingerprintListLogic extends BaseGetXController {
|
|||||||
void _initRefreshAction() {
|
void _initRefreshAction() {
|
||||||
_teamEvent = eventBus
|
_teamEvent = eventBus
|
||||||
.on<OtherTypeRefreshListEvent>()
|
.on<OtherTypeRefreshListEvent>()
|
||||||
.listen((OtherTypeRefreshListEvent event) {
|
.listen((OtherTypeRefreshListEvent event) async {
|
||||||
getFingerprintsListData(isRefresh: true);
|
await getFingerprintsListData(isRefresh: true);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -460,7 +460,7 @@ class FingerprintListLogic extends BaseGetXController {
|
|||||||
if (isDemoMode == false) {
|
if (isDemoMode == false) {
|
||||||
_initReplySubscription();
|
_initReplySubscription();
|
||||||
|
|
||||||
_initRefreshAction();
|
// _initRefreshAction();
|
||||||
getFingerprintsListData(isRefresh: true);
|
getFingerprintsListData(isRefresh: true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user