mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-13 09:30:28 -07:00
clean: code cleanup
This commit is contained in:
parent
10aae5fa15
commit
977754f02c
6 changed files with 4 additions and 17 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue