mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 17:35:54 +03:00
Catch 404
This commit is contained in:
parent
3f6b5292d4
commit
bdb2d29666
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ class UnifiedPushHelper @Inject constructor(
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (e: Exception) {
|
} catch (e: Throwable) {
|
||||||
Timber.d(e, "Cannot try custom gateway")
|
Timber.d(e, "Cannot try custom gateway")
|
||||||
}
|
}
|
||||||
storePushGateway(gateway)
|
storePushGateway(gateway)
|
||||||
|
|
Loading…
Reference in a new issue