mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
Reset FTS on disabling account
This commit is contained in:
@@ -588,7 +588,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
|
||||
}
|
||||
|
||||
DB db = DB.getInstance(context);
|
||||
db.message().resetFts();
|
||||
db.message().resetFts(null);
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user