fix: Follow up matrix sdk update
This commit is contained in:
parent
bc52c9f677
commit
873362428c
2 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ extension LocalizedExceptionExtension on Object {
|
|||
supportedVersions,
|
||||
);
|
||||
}
|
||||
if (this is MatrixConnectionException ||
|
||||
if (this is IOException ||
|
||||
this is SocketException ||
|
||||
this is SyncConnectionException) {
|
||||
return L10n.of(context)!.noConnectionToTheServer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue