mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Fixed async options search
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user