mirror of
https://github.com/status-im/status-app.git
synced 2026-08-31 17:11:10 +00:00
fix: use destroy instead of close
This commit is contained in:
committed by
Iuri Matias
parent
ed7ba12d4d
commit
ea89ebd960
@@ -96,7 +96,7 @@ Item {
|
||||
id: stickerPackPurchaseModal
|
||||
StatusStickerPackPurchaseModal {
|
||||
onClosed: {
|
||||
stickerPackPurchaseModal.closed()
|
||||
destroy()
|
||||
}
|
||||
stickerPackId: packId
|
||||
packPrice: price
|
||||
|
||||
Reference in New Issue
Block a user