2.0: Android - ListView or LiveQuery shows a deleted entry as empty entry in the list.
Closed this issue · 1 comments
hideki commented
Steps to reproduce:
- Mark task is deleted through Sync Gateway. Add
"_deleted":true
into Task entry. - Replicator does pull replicate the updated documents.
- LiveQuery is kicked in.
- Display empty task entry in the ListView.
hideki commented
Filed the ticket to litecore repo: https://github.com/couchbase/couchbase-lite-core/issues/265