Add todo action: "mark as done"
We can implement this behavior in two ways:
- Add button
Done/Undointoitem_targetlist item. But we have to add some abstractions toTargetHeaderentity. - Add
LongItemClickListenerwith displaying alert dialog
Title -> Make done todo
Buttons -> Cancel Done
Title -> Make undo todo
Buttons -> Cancel Undo
Edited by Eugene Shapovalov