Merge branch 'soru/fix-uia-request' into 'main'
fix: small fox for uia request See merge request famedly/fluffychat!539
This commit is contained in:
commit
9049038ee8
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ class UiaRequestManager {
|
|||
}
|
||||
} catch (e, s) {
|
||||
Logs().e('Error while background UIA', e, s);
|
||||
return uiaRequest.cancel(e);
|
||||
return uiaRequest.cancel(e is Exception ? e : Exception(e));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue