mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-03 08:44:14 +01:00
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
1e8d4fc43f
@ -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…
Reference in New Issue
Block a user