1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-28 02:37:16 +00:00

Debug: suggest all

This commit is contained in:
M66B 2022-03-12 09:06:17 +01:00
parent 9e2315e301
commit f98ee1ad81

View file

@ -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;