mirror of https://github.com/M66B/FairEmail.git
Revert "Auto full text search when no FTS matches"
This reverts commit f5a29c30f2
.
This commit is contained in:
parent
d26f444281
commit
a2fb08e02e
|
@ -325,8 +325,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
||||||
db.endTransaction();
|
db.endTransaction();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (state.ids.size() > 0)
|
return found;
|
||||||
return found;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
while (found < pageSize && !state.destroyed) {
|
while (found < pageSize && !state.destroyed) {
|
||||||
|
|
Loading…
Reference in New Issue