chore: Update SDK

This commit is contained in:
Christian Pauly 2022-07-09 10:18:53 +02:00
commit 153e333693
8 changed files with 29 additions and 32 deletions

View file

@ -211,7 +211,7 @@ class MatrixState extends State<Matrix> with WidgetsBindingObserver {
}
}
} catch (e, s) {
client.onLoginStateChanged.sink.addError(e, s);
client.onLoginStateChanged.addError(e, s);
SentryController.captureException(e, s);
rethrow;
}