okhttp Interceptors to intercept when internet is disabled
问题 I am working on network module where it should provide offline data where I am fetching previously stored JSON response from local db and building response and returning to the application. All this is happening in my okhttp Interceptor at application level. I know I could have checked for n/w availability with ConnectivityManager Every time I tried with n/w disabled or changing server false server URL for testing, Debugger just disappears call to chain.proceed(request) Please note I knew I