Refactoring

This commit is contained in:
M66B
2022-03-06 14:16:43 +01:00
parent 0e66f97804
commit a1964ff990
4 changed files with 13 additions and 13 deletions

View File

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