2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fix crash in attached emoji preview.

This commit is contained in:
John Preston
2022-07-27 12:26:22 +03:00
parent 4f39e723f9
commit e64190fb64
9 changed files with 53 additions and 15 deletions

View File

@@ -801,6 +801,9 @@ void TabbedSelector::showStarted() {
if (hasEmojiTab()) {
session().api().updateCustomEmoji();
}
if (hasGifsTab()) {
session().api().updateSavedGifs();
}
currentTab()->widget()->refreshRecent();
currentTab()->widget()->preloadImages();
_a_slide.stop();