Fetch
Fetch copied to clipboard
Fatal Exception: android.database.sqlite.SQLiteDatabaseLockedException database is locked (code 5 SQLITE_BUSY)
Fatal Exception: android.database.sqlite.SQLiteDatabaseLockedException database is locked (code 5 SQLITE_BUSY)
sometimes is thrown when I call
fetch = Fetch.Impl.getInstance(getFetchConfiguration(context));
That's a bug with the latest version, I ended up using the version 3.1.4, the last that does not have this issue