clean: code cleanup

This commit is contained in:
antonio 2023-09-08 10:54:43 +02:00
parent 10aae5fa15
commit 977754f02c
6 changed files with 4 additions and 17 deletions

View file

@ -242,7 +242,6 @@ public class SearchFragment extends Fragment implements ClickCallback {
}
private boolean isQueryValid(String query) {
Log.d(TAG, "isQueryValid()");
return !query.equals("") && query.trim().length() > 2;
}