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