fix(@desktop/chat): Reopening gif popup open trending

fixes #3491
This commit is contained in:
Anthony Laibe 2021-09-20 14:19:20 +02:00 committed by Iuri Matias
parent 8baa8c7b73
commit 14c4ee6047
1 changed files with 6 additions and 3 deletions

View File

@ -68,6 +68,9 @@ Popup {
}
onClosed: {
popup.currentCategory = StatusGifPopup.Category.Trending
popup.previousCategory = StatusGifPopup.Category.Trending
if (confirmationPopup.opened) {
confirmationPopup.close()
}