mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Disable search suggestions for FTS
This commit is contained in:
@@ -137,6 +137,8 @@ public class FragmentDialogSearch extends FragmentDialogBase {
|
||||
MatrixCursor cursor = new MatrixCursor(new String[]{"_id", "suggestion"});
|
||||
if (TextUtils.isEmpty(typed))
|
||||
return cursor;
|
||||
if (fts && pro)
|
||||
return cursor;
|
||||
|
||||
String query = "%" + typed + "%";
|
||||
DB db = DB.getInstance(context);
|
||||
|
||||
Reference in New Issue
Block a user