mirror of https://github.com/M66B/FairEmail.git
Fixed async options search
This commit is contained in:
parent
d039b1f8c3
commit
2589deb2ed
|
@ -396,6 +396,7 @@ public class FragmentOptions extends FragmentBase {
|
||||||
new int[]{android.R.id.text1},
|
new int[]{android.R.id.text1},
|
||||||
0
|
0
|
||||||
));
|
));
|
||||||
|
searchView.getSuggestionsAdapter().notifyDataSetChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
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) {
|
||||||
|
|
Loading…
Reference in New Issue