We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3bb63 commit dc90b2fCopy full SHA for dc90b2f
src/com/ceco/oreo/gravitybox/GravityBoxSettings.java
@@ -1206,7 +1206,7 @@ public boolean onQueryTextSubmit(String text) {
1206
Toast.makeText(GravityBoxSettings.this,
1207
R.string.search_keyword_short, Toast.LENGTH_SHORT).show();
1208
} else {
1209
- mSearchQuery = text.trim();
+ mSearchQuery = text.trim().toLowerCase(Locale.getDefault());
1210
searchView.clearFocus();
1211
search.collapseActionView();
1212
search.setVisible(false);
0 commit comments