mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 17:43:18 +02:00
Small improvements
This commit is contained in:
@@ -240,7 +240,7 @@ public class Fts4DbHelper extends SQLiteOpenHelper {
|
||||
" args=" + TextUtils.join(", ", args) +
|
||||
" query=" + query);
|
||||
List<Long> result = new ArrayList<>();
|
||||
try (Cursor cursor = db.query(
|
||||
try (Cursor cursor = db.query( // TODO CASA
|
||||
"message", new String[]{"rowid"},
|
||||
select,
|
||||
args.toArray(new String[0]),
|
||||
|
||||
Reference in New Issue
Block a user