Debug: suggest all

pull/207/head
M66B 4 years ago
parent 9e2315e301
commit f98ee1ad81

@ -417,7 +417,8 @@ public class FragmentOptions extends FragmentBase {
}
private int getSuggestions(String query, int id, int tab, String title, View view, MatrixCursor cursor) {
if (view == null || "nosuggest".equals(view.getTag()))
if (view == null ||
("nosuggest".equals(view.getTag()) && !BuildConfig.DEBUG))
return id;
else if (view instanceof ViewGroup) {
ViewGroup group = (ViewGroup) view;

Loading…
Cancel
Save