mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	fixed emty search query on suggestions error
This commit is contained in:
		| @@ -108,7 +108,9 @@ public class VideoItemListActivity extends AppCompatActivity | |||||||
|  |  | ||||||
|         @Override |         @Override | ||||||
|         public boolean onQueryTextChange(String newText) { |         public boolean onQueryTextChange(String newText) { | ||||||
|             searchSuggestions(newText); |             if(!newText.isEmpty()) { | ||||||
|  |                 searchSuggestions(newText); | ||||||
|  |             } | ||||||
|             return true; |             return true; | ||||||
|         } |         } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Christian Schabesberger
					Christian Schabesberger