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

Fly-animate reactions from the new context menu.

This commit is contained in:
John Preston
2022-09-06 17:08:20 +04:00
parent 1877786707
commit d4810713cb
16 changed files with 169 additions and 80 deletions

View File

@@ -492,7 +492,7 @@ bool TabbedSelector::hasMasksTab() const {
return _hasMasksTab;
}
rpl::producer<EmojiPtr> TabbedSelector::emojiChosen() const {
auto TabbedSelector::emojiChosen() const -> rpl::producer<EmojiChosen> {
return emoji()->chosen();
}
@@ -501,7 +501,7 @@ auto TabbedSelector::customEmojiChosen() const -> rpl::producer<FileChosen> {
}
auto TabbedSelector::premiumEmojiChosen() const
-> rpl::producer<not_null<DocumentData*>> {
-> rpl::producer<FileChosen> {
return emoji()->premiumChosen();
}