Skip to content

Commit

Permalink
'#2163 Implements missing implementation of new hasFiltersApplied method
Browse files Browse the repository at this point in the history
of MetadataPanel filterer.
  • Loading branch information
patrickdalla committed May 28, 2024
1 parent 0de6aa7 commit 95c75bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions iped-app/src/main/java/iped/app/ui/MetadataPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -651,8 +651,7 @@ public boolean hasFilters() {

@Override
public boolean hasFiltersApplied() {
// TODO Auto-generated method stub
return false;
return isFiltering();
}

}

0 comments on commit 95c75bc

Please sign in to comment.