Skip to content

jamieadkins95/nytimes-demo

Repository files navigation

nytimes-demo

Android project to reproduce issue 304 in NYTimes Store.

Expected Behaviour

When in airplane mode the Store should return any cached data, and then call onError due to a HostNotFoundException

Current Behaviour

OnError is called immediately and no cached data is returned.

Odd workaround

Adding a doOnSuccess call to the Store.get() gives us the expected behaviour. i.e. cached data and then the onError call

About

Android project to demonstrate bug in NYTimes store

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages