Catch 404

This commit is contained in:
Benoit Marty 2022-06-01 17:46:55 +02:00 committed by Benoit Marty
parent 3f6b5292d4
commit bdb2d29666

View file

@ -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)