mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Fixed theme of sample bubble message in reactions settings.
This commit is contained in:
parent
148a173474
commit
64627c9093
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ void AddMessage(
|
|||
controller,
|
||||
crl::guard(widget, [=] { widget->update(); }));
|
||||
state->style = std::make_unique<Ui::ChatStyle>();
|
||||
state->style->apply(controller->defaultChatTheme().get());
|
||||
state->icons.lifetimes = std::vector<rpl::lifetime>(2);
|
||||
|
||||
const auto history = controller->session().data().history(
|
||||
|
|
Loading…
Add table
Reference in a new issue