mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Version 6.3.4: Fix build with Xcode.
This commit is contained in:
@@ -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;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user