Minor fixes

This commit is contained in:
Grishka
2023-06-30 09:18:48 +03:00
parent 273823a65f
commit eb822282c0
3 changed files with 10 additions and 4 deletions

View File

@@ -121,6 +121,8 @@ public class SearchFragment extends BaseStatusListFragment<SearchResult>{
}else{
type=null;
}
if(currentQuery==null)
return;
currentRequest=new GetSearchResults(currentQuery, type, true)
.setCallback(new Callback<>(){
@Override