mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-12 06:33:59 +00:00
Improve send sticker from set box logic.
This commit is contained in:
@@ -9,6 +9,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
|
||||
#include "base/timer.h"
|
||||
#include "lottie/lottie_icon.h"
|
||||
#include "menu/menu_send_details.h"
|
||||
#include "ui/effects/animations.h"
|
||||
#include "ui/effects/premium_graphics.h"
|
||||
#include "ui/effects/premium_top_bar.h"
|
||||
@@ -296,6 +297,10 @@ AbstractSection::AbstractSection(
|
||||
: _controller(controller) {
|
||||
}
|
||||
|
||||
SendMenu::Details AbstractSection::sendMenuDetails() const {
|
||||
return {};
|
||||
}
|
||||
|
||||
bool AbstractSection::processChosenSticker(ChatHelpers::FileChosen &&) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user