mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
fix(walletconnect): Handle break in connection flow triggered by global exception handler when SVGParser fails on invalid SvgData and triggers FlutterError.
This commit is contained in:
parent
62347e7192
commit
b4ae93a96a
1 changed files with 6 additions and 0 deletions
|
@ -220,6 +220,12 @@ class ExceptionHandler {
|
|||
"NetworkImage._loadAsync",
|
||||
"SSLV3_ALERT_BAD_RECORD_MAC",
|
||||
"PlatformException(already_active, File picker is already active",
|
||||
// SVG-related errors
|
||||
"SvgParser",
|
||||
"SVG parsing error",
|
||||
"Invalid SVG",
|
||||
"SVG format error",
|
||||
"SvgPicture",
|
||||
// Temporary ignored, More context: Flutter secure storage reads the values as null some times
|
||||
// probably when the device was locked and then opened on Cake
|
||||
// this is solved by a restart of the app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue