Fix build.
This commit is contained in:
parent
608b4f30c5
commit
a2fe1506cc
|
@ -942,8 +942,6 @@ struct ButtonWithEmoji {
|
||||||
not_null<ChannelData*> channel) {
|
not_null<ChannelData*> channel) {
|
||||||
Expects(channel->mgInfo != nullptr);
|
Expects(channel->mgInfo != nullptr);
|
||||||
|
|
||||||
using Icon = ChatHelpers::StickerIcon;
|
|
||||||
|
|
||||||
const auto button = ButtonStyleWithRightEmoji(parent);
|
const auto button = ButtonStyleWithRightEmoji(parent);
|
||||||
auto result = Settings::CreateButtonWithIcon(
|
auto result = Settings::CreateButtonWithIcon(
|
||||||
parent,
|
parent,
|
||||||
|
|
Loading…
Reference in New Issue