Skip to content

Commit

Permalink
"filter by checklist" is not allower more than once (closes #980)
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoiosue committed Jun 5, 2024
1 parent c5cc435 commit 4a38c8d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,7 @@ public void performAction(MenuItem item, ActionMode actionMode) {
filterCategoryArchived(false);
break;
case R.id.menu_uncomplete_checklists:
item.setVisible(false);
filterByUncompleteChecklists();
break;
case R.id.menu_tags:
Expand Down

0 comments on commit 4a38c8d

Please sign in to comment.