mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Formatting
This commit is contained in:
@@ -289,7 +289,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
||||
if (state.ids == null) {
|
||||
SQLiteDatabase sdb = Fts4DbHelper.getInstance(context);
|
||||
state.ids = Fts4DbHelper.match(sdb, account, folder, exclude, criteria, TextUtils.join(" ", word));
|
||||
EntityLog.log(context, "Boundary FTS " +
|
||||
EntityLog.log(context, "Boundary FTS" +
|
||||
" account=" + account +
|
||||
" folder=" + folder +
|
||||
" criteria=" + criteria +
|
||||
|
||||
Reference in New Issue
Block a user