Catch 404
This commit is contained in:
parent
3f6b5292d4
commit
bdb2d29666
@ -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…
x
Reference in New Issue
Block a user