redgram-for-reddit
redgram-for-reddit copied to clipboard
App - Cache not working with Retrofit 2
@bidluo Can you look at how caching works in Retrofit 2? Ever since I upgraded from the first version and the caching doesn't work
I have tested the app with the changes and for some reason I was unable to load any response. All I was getting was 403 Forbidden Body. When I commented out builder.addInterceptor(getCachingInterceptor());
, everything worked fine.