redlor / Minitask

Simple and lightweight todo list/task list for Android
Apache License 2.0
12 stars 8 forks source link

The dialog to delete all checked items will only show when there is a… #21

Closed redlor closed 6 years ago

redlor commented 6 years ago

…t least one checked item.

Solved by checking if the datasnapshot is null before creating the dialog.

needs some testing.