Skip to content

Commit

Permalink
Toggle toggles also items that are REMOVED_FROM_LIST
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Behrens committed May 13, 2023
1 parent 959c877 commit 342ad1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ public void toggleAllItems(boolean on) {
doUpdate = (oldstatus == ShoppingContract.Status.BOUGHT);
}

if (doUpdate) {
if (true) {
final ContentValues values = new ContentValues();
values.put(ShoppingContract.Contains.STATUS, newstatus);
if (debug) {
Expand Down

0 comments on commit 342ad1e

Please sign in to comment.