mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Changes caught exception type to Throwable
This commit is contained in:
parent
e5299d716c
commit
eb46067c08
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ internal class DefaultResolveSpaceInfoTask @Inject constructor(
|
|||
|
||||
private suspend fun getSpaceHierarchy() = try {
|
||||
getStableSpaceHierarchy()
|
||||
} catch (e: HttpException) {
|
||||
} catch (e: Throwable) {
|
||||
getUnstableSpaceHierarchy()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue