contentful / vault

Easy persistence of Contentful data for Android over SQLite.
https://contentful.github.io/vault/
Apache License 2.0
85 stars 19 forks source link

fix: remove circular reference creation loop #129

Closed mariobodemann closed 7 years ago

mariobodemann commented 7 years ago

This is done by putting the fetched objects from the DB to the local cache, before trying to resolve their links.

fixes #127