mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 00:13:01 +08:00
fix missing await in pullAb
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
08af0d4bf2
commit
ce5abfc3cd
@ -62,7 +62,7 @@ class AbModel {
|
||||
if (pushError.isNotEmpty) {
|
||||
try {
|
||||
// push to retry
|
||||
pushAb(toastIfFail: false, toastIfSucc: false);
|
||||
await pushAb(toastIfFail: false, toastIfSucc: false);
|
||||
} catch (_) {}
|
||||
}
|
||||
if (!quiet) {
|
||||
|
Loading…
Reference in New Issue
Block a user