@ehammo The NoNetworkException (or RuntimeException) is not being captured by Rx Observers when the device has no network.
My bet is that this interceptor should be included on OkHttpClient using addInterceptor instead of addNetworkInterceptor because ConnectionException occurs before the intercept method get called on HttpNetworkInterceptor implementation.
Fixing it would help us provide accurate textual feedbacks to the user.
@ehammo The NoNetworkException (or RuntimeException) is not being captured by Rx Observers when the device has no network.
My bet is that this interceptor should be included on OkHttpClient using addInterceptor instead of addNetworkInterceptor because ConnectionException occurs before the intercept method get called on HttpNetworkInterceptor implementation.
Fixing it would help us provide accurate textual feedbacks to the user.