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:
Krille Fear 2021-10-26 16:34:03 +00:00
commit 1e8d4fc43f

View File

@ -118,7 +118,7 @@ class UiaRequestManager {
} }
} catch (e, s) { } catch (e, s) {
Logs().e('Error while background UIA', e, s); Logs().e('Error while background UIA', e, s);
return uiaRequest.cancel(e); return uiaRequest.cancel(e is Exception ? e : Exception(e));
} }
} }
} }