Skip to content

Commit

Permalink
and unset hidden on tag removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed Nov 8, 2024
1 parent 91230f4 commit 34beb24
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ public void removeTag(String tag)
int id = Integer.parseInt(item.replace(prefix, ""));
removeTag(id, tag);
});

setHidden(tag, false);
}

public void removeTag(int itemId, String tag)
Expand Down

0 comments on commit 34beb24

Please sign in to comment.