mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-13 04:37:11 +02:00
Version 4.14.12: Fix build with GCC.
This commit is contained in:
parent
04ab148b2e
commit
bec34c34b1
2 changed files with 0 additions and 2 deletions
|
@ -507,7 +507,6 @@ void ReactionsSettingsBox(
|
|||
};
|
||||
|
||||
auto firstCheckedButton = (Ui::RpWidget*)(nullptr);
|
||||
const auto premiumPossible = controller->session().premiumPossible();
|
||||
auto list = reactions.list(Data::Reactions::Type::Active);
|
||||
if (const auto favorite = reactions.favorite()) {
|
||||
if (favorite->id.custom()) {
|
||||
|
|
|
@ -133,7 +133,6 @@ void InlineList::layoutButtons() {
|
|||
return not_null{ &reaction };
|
||||
}) | ranges::to_vector;
|
||||
const auto tags = areTags();
|
||||
const auto &infos = _owner->myTagsInfo();
|
||||
if (!tags) {
|
||||
const auto &list = _owner->list(::Data::Reactions::Type::All);
|
||||
ranges::sort(sorted, [&](
|
||||
|
|
Loading…
Add table
Reference in a new issue