Skip to content

Commit

Permalink
fixes #4227
Browse files Browse the repository at this point in the history
  • Loading branch information
VishnuSanal committed Jan 12, 2025
1 parent 255f9f0 commit 8ddeae5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,8 @@ public void toggleInverse(String path) {
notifyItemChanged(i);
}
}
invalidateSelection();
invalidateActionMode();
}

public void toggleSameTypes() {
Expand Down

0 comments on commit 8ddeae5

Please sign in to comment.