Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
9427ebd489
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue