kopia lustrzana https://github.com/TeamNewPipe/NewPipe
fixed emty search query on suggestions error
rodzic
4ea86b714e
commit
e4f753ae82
|
@ -108,7 +108,9 @@ public class VideoItemListActivity extends AppCompatActivity
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean onQueryTextChange(String newText) {
|
public boolean onQueryTextChange(String newText) {
|
||||||
|
if(!newText.isEmpty()) {
|
||||||
searchSuggestions(newText);
|
searchSuggestions(newText);
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue