1
0
Fork 0

fixed deleting custom emoji

This commit is contained in:
sspanak 2024-03-11 18:55:48 +02:00 committed by Dimo Karaivanov
parent f3430224b5
commit 60aa9acd32

View file

@ -137,6 +137,7 @@ public class WordStore {
try {
sqlite.beginTransaction();
DeleteOps.deleteCustomWord(sqlite.getDb(), language.getId(), word);
DeleteOps.deleteCustomWord(sqlite.getDb(), new EmojiLanguage().getId(), word);
sqlite.finishTransaction();
} catch (Exception e) {
sqlite.failTransaction();