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

Show nice empty quick reply placeholder.

This commit is contained in:
John Preston
2024-03-01 10:25:37 +04:00
parent d5e920e45a
commit 7f7d544943
17 changed files with 181 additions and 40 deletions

View File

@@ -1268,7 +1268,8 @@ struct SectionFactory<Premium> : AbstractSectionFactory {
object_ptr<AbstractSection> create(
not_null<QWidget*> parent,
not_null<Window::SessionController*> controller,
not_null<Ui::ScrollArea*> scroll
not_null<Ui::ScrollArea*> scroll,
rpl::producer<Container> containerValue
) const final override {
return object_ptr<Premium>(parent, controller);
}