Revert "Reset FTS on disabling account"

This reverts commit 0403c81bd5.
This commit is contained in:
M66B
2023-12-20 21:02:59 +01:00
parent 435aa733d6
commit 1f454909d3
10 changed files with 10 additions and 26 deletions

View File

@@ -85,7 +85,7 @@ public class Fts5DbHelper extends SQLiteOpenHelper {
onCreate(db);
DB.getInstance(context).message().resetFts(null);
DB.getInstance(context).message().resetFts();
}
static void insert(SQLiteDatabase db, EntityMessage message, String text) {