fixed deleting custom emoji
This commit is contained in:
parent
f3430224b5
commit
60aa9acd32
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ public class WordStore {
|
||||||
try {
|
try {
|
||||||
sqlite.beginTransaction();
|
sqlite.beginTransaction();
|
||||||
DeleteOps.deleteCustomWord(sqlite.getDb(), language.getId(), word);
|
DeleteOps.deleteCustomWord(sqlite.getDb(), language.getId(), word);
|
||||||
|
DeleteOps.deleteCustomWord(sqlite.getDb(), new EmojiLanguage().getId(), word);
|
||||||
sqlite.finishTransaction();
|
sqlite.finishTransaction();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
sqlite.failTransaction();
|
sqlite.failTransaction();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue