mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Revert "Reset FTS on disabling account"
This reverts commit 0403c81bd5.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user