element-hq / element-hq/element-android
[SDK] Application crashes if no connection could be made to Matrix Server
- Dominant language
- Kotlin
- Stars
- 3.7k
- Forks
- 917
- PR merge metrics
- No merged PRs in 30d
Description
### Description
If the Matrix SDK could not connect to the homeserver, the application crashes. This really should be caught and possibly returned in OnGlobalError, and should not let the whole application crash.
It either crashes on a UnknownHostException or a SocketTimeoutException: (these screenshots are crashes from SDK version 1.5.2, but the issue still applies in newest versions)


Contributor guide
Assessment
This issue has not been assessed yet.