fix: code review

This commit is contained in:
Richard Ramos 2021-02-09 13:30:48 -04:00 committed by Iuri Matias
parent 9cb7573189
commit f84c96752b
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ Popup {
onStickerPacksLoaded: {
root.stickerPacksLoaded = true
stickerPackListView.visible = true
loadingGrid.visible = false
loadingGrid.active = false
loadingStickerPackListView.model = []
noStickerPacks.visible = installedPacksCount === 0 || chatsModel.stickers.recent.rowCount() === 0
}