Fixed async options search

This commit is contained in:
M66B 2022-01-14 10:31:17 +01:00
parent d039b1f8c3
commit 2589deb2ed
1 changed files with 1 additions and 0 deletions

View File

@ -396,6 +396,7 @@ public class FragmentOptions extends FragmentBase {
new int[]{android.R.id.text1},
0
));
searchView.getSuggestionsAdapter().notifyDataSetChanged();
}
private int getSuggestions(String query, int id, int tab, String title, View view, MatrixCursor cursor) {