Skip to content

Commit ef40ac7

Browse files
dtcxzywTobiGr
authored andcommitted
Fix a typo
1 parent 881d04b commit ef40ac7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/org/schabi/newpipe/fragments/list/search/SearchFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ private String getSearchEditString() {
945945
return searchEditText.getText().toString();
946946
}
947947

948-
private Boolean isSearchEditBlank() {
948+
private boolean isSearchEditBlank() {
949949
return isBlank(getSearchEditString());
950950
}
951951

0 commit comments

Comments
 (0)