mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Auto full text search when no FTS matches
This commit is contained in:
@@ -325,7 +325,8 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
||||
db.endTransaction();
|
||||
}
|
||||
|
||||
return found;
|
||||
if (state.ids.size() > 0)
|
||||
return found;
|
||||
}
|
||||
|
||||
while (found < pageSize && !state.destroyed) {
|
||||
|
||||
Reference in New Issue
Block a user