Fixed async options search

pull/194/merge
M66B 3 years ago
parent d039b1f8c3
commit 2589deb2ed

@ -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) {

Loading…
Cancel
Save