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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user