mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-02 16:14:21 +01:00
fix: small fox for uia request
This commit is contained in:
parent
0e309fa9a7
commit
95e9d92791
@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user