Skip to content

Commit

Permalink
Flipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
harshad1 committed Nov 8, 2024
1 parent e9ed78e commit fdcde72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ public void showFile(final File file) {
return;
}

if (_adapterDataFiltered.contains(file)) {
if (!_adapterDataFiltered.contains(file)) {
final File dir = file.getParentFile();
if (dir != null) {
loadFolder(dir, file);
Expand Down

0 comments on commit fdcde72

Please sign in to comment.