Revert "Revert "Revert "Auto full text search when no FTS matches"""

This reverts commit 4d7afd6f6b.
This commit is contained in:
M66B 2023-08-19 19:11:20 +02:00
parent 89f473821e
commit 03ee5ee426
1 changed files with 1 additions and 2 deletions

View File

@ -325,8 +325,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
db.endTransaction();
}
if (state.ids.size() > 0)
return found;
return found;
}
while (found < pageSize && !state.destroyed) {