Version 6.3.4: Fix build with Xcode.

This commit is contained in:
John Preston
2025-11-26 16:33:49 +04:00
parent 84266aef2c
commit 6e75a41ee6
2 changed files with 4 additions and 4 deletions
@@ -515,7 +515,7 @@ void PaidReactionsBox(
count);
return Ui::ColorFromSerialized(coloring.bgLight);
};
const auto bubble = AddStarSelectBubble(
AddStarSelectBubble(
content,
BoxShowFinishes(box),
state->chosen.value(),
@@ -547,10 +547,10 @@ void PaidReactionsBox(
colorings,
(videoStreamAdmin
? rpl::single(state->chosen.current())
: state->chosen.value()),
: state->chosen.value() | rpl::type_erased()),
(videoStreamAdmin
? rpl::single(state->shownPeer.current())
: state->shownPeer.value()),
: state->shownPeer.value() | rpl::type_erased()),
[=](uint64 barePeerId) {
state->shownPeer = state->savedShownPeer = barePeerId;
},