Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 071f88e9 authored by cketti's avatar cketti
Browse files

Delete data from FTS table when deleting message data

parent 8337c169
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -322,6 +322,8 @@ public class LocalMessage extends MimeMessage {
                        throw new WrappedException(e);
                    }

                    deleteFulltextIndexEntry(db, mId);

                    return null;
                }
            });