|
|
@ -417,7 +417,8 @@ public class FragmentOptions extends FragmentBase {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
private int getSuggestions(String query, int id, int tab, String title, View view, MatrixCursor cursor) {
|
|
|
|
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;
|
|
|
|
return id;
|
|
|
|
else if (view instanceof ViewGroup) {
|
|
|
|
else if (view instanceof ViewGroup) {
|
|
|
|
ViewGroup group = (ViewGroup) view;
|
|
|
|
ViewGroup group = (ViewGroup) view;
|
|
|
|