* Add preparedMessageByID function * fix warning
This commit is contained in:
parent
821b54fda6
commit
dc1edfc9f4
|
@ -206,7 +206,9 @@ Loader {
|
|||
|
||||
|
||||
function startMessageFoundAnimation() {
|
||||
root.item.startMessageFoundAnimation();
|
||||
if (root.active && root.item.startMessageFoundAnimation) {
|
||||
root.item.startMessageFoundAnimation()
|
||||
}
|
||||
}
|
||||
|
||||
signal openStickerPackPopup(string stickerPackId)
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 11dc6976bdadd9c80ddcbc6897e647c5246b7ab7
|
||||
Subproject commit 2fb6d615fd39ce8500ace8c26332f7ca3c127276
|
Loading…
Reference in New Issue