couchbaselabs/mobile-training-todo

2.0: Android - ListView or LiveQuery shows a deleted entry as empty entry in the list.

Closed this issue · 1 comments

Steps to reproduce:

  1. Mark task is deleted through Sync Gateway. Add "_deleted":true into Task entry.
  2. Replicator does pull replicate the updated documents.
  3. LiveQuery is kicked in.
  4. Display empty task entry in the ListView.