fix: use destroy instead of close

This commit is contained in:
Richard Ramos 2021-01-20 16:36:18 -04:00 committed by Iuri Matias
parent ed7ba12d4d
commit ea89ebd960
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ Item {
id: stickerPackPurchaseModal id: stickerPackPurchaseModal
StatusStickerPackPurchaseModal { StatusStickerPackPurchaseModal {
onClosed: { onClosed: {
stickerPackPurchaseModal.closed() destroy()
} }
stickerPackId: packId stickerPackId: packId
packPrice: price packPrice: price