Fix channel reactions editing.

This commit is contained in:
John Preston 2024-06-03 13:40:04 +04:00
parent e978770fbd
commit f91eb65239
1 changed files with 2 additions and 1 deletions

View File

@ -516,7 +516,8 @@ TabbedSelector::TabbedSelector(
emoji()->showSet(setId);
_showRequests.fire({});
}, lifetime());
}
if (hasEmojiTab()) {
emoji()->refreshEmoji();
}
//setAttribute(Qt::WA_AcceptTouchEvents);