mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Reset FTS on disabling account
This commit is contained in:
@@ -85,7 +85,7 @@ public class Fts5DbHelper extends SQLiteOpenHelper {
|
||||
|
||||
onCreate(db);
|
||||
|
||||
DB.getInstance(context).message().resetFts();
|
||||
DB.getInstance(context).message().resetFts(null);
|
||||
}
|
||||
|
||||
static void insert(SQLiteDatabase db, EntityMessage message, String text) {
|
||||
|
||||
Reference in New Issue
Block a user