1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-10-23 19:37:39 +00:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate
2016-02-23 23:33:55 +01:00

View File

@@ -108,7 +108,9 @@ public class VideoItemListActivity extends AppCompatActivity
@Override
public boolean onQueryTextChange(String newText) {
searchSuggestions(newText);
if(!newText.isEmpty()) {
searchSuggestions(newText);
}
return true;
}