fix: Follow up matrix sdk update
This commit is contained in:
parent
bc52c9f677
commit
873362428c
2 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ class EventVideoPlayerState extends State<EventVideoPlayer> {
|
|||
autoInitialize: true,
|
||||
);
|
||||
}
|
||||
} on MatrixConnectionException catch (e) {
|
||||
} on IOException catch (e) {
|
||||
ScaffoldMessenger.of(context).showSnackBar(
|
||||
SnackBar(
|
||||
content: Text(e.toLocalizedString(context)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue