Trim options query

pull/207/head
M66B 3 years ago
parent a75335e67d
commit 91666640c0

@ -342,6 +342,8 @@ public class FragmentOptions extends FragmentBase {
@Override
public boolean onQueryTextChange(String newText) {
if (newText != null)
newText = newText.trim();
searching = newText;
suggest(newText);
return false;

Loading…
Cancel
Save