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

Vault without fallback language #148

Closed bizon91 closed 5 years ago

bizon91 commented 6 years ago

Hi, I disabled fallback for all languages but it seems that all database tables contains exact same data as it was when fallback was enabled. Is it desired behawior or library bug ?

mariobodemann commented 6 years ago

Hey,

this seems to be an issue with the database. Can you try increasing the database version to clear the database and redownload the data?

Greetings, Mario