mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Load emoji for reactions panel.
This commit is contained in:
parent
8a6b3027f5
commit
733cad798b
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||
#include "window/window_session_controller.h"
|
||||
#include "settings/settings_premium.h"
|
||||
#include "mainwidget.h"
|
||||
#include "apiwrap.h"
|
||||
#include "base/call_delayed.h"
|
||||
#include "styles/style_chat_helpers.h"
|
||||
#include "styles/style_chat.h"
|
||||
|
@ -449,6 +450,10 @@ void Selector::finishExpand() {
|
|||
_footer->show();
|
||||
}
|
||||
_scroll->show();
|
||||
|
||||
if (const auto controller = _parentController.get()) {
|
||||
controller->session().api().updateCustomEmoji();
|
||||
}
|
||||
}
|
||||
|
||||
void Selector::paintBubble(QPainter &p, int innerWidth) {
|
||||
|
|
Loading…
Add table
Reference in a new issue