mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-12 01:43:49 +01:00
Catch 404
This commit is contained in:
parent
3f6b5292d4
commit
bdb2d29666
@ -238,7 +238,7 @@ class UnifiedPushHelper @Inject constructor(
|
||||
return
|
||||
}
|
||||
}
|
||||
} catch (e: Exception) {
|
||||
} catch (e: Throwable) {
|
||||
Timber.d(e, "Cannot try custom gateway")
|
||||
}
|
||||
storePushGateway(gateway)
|
||||
|
Loading…
Reference in New Issue
Block a user