mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Beta version 4.0.3: Fix build with Xcode.
This commit is contained in:
parent
9ae7dc1cab
commit
730ee3ae16
1 changed files with 1 additions and 1 deletions
|
@ -761,7 +761,7 @@ QPointer<Ui::RpWidget> Premium::createPinnedToTop(
|
|||
Data::AmPremiumValue(&_controller->session()),
|
||||
tr::lng_premium_summary_title_subscribed(),
|
||||
tr::lng_premium_summary_title());
|
||||
auto about = [&] {
|
||||
auto about = [&]() -> rpl::producer<TextWithEntities> {
|
||||
const auto gift = ParseGiftRef(_ref);
|
||||
if (gift.peerId) {
|
||||
auto &data = _controller->session().data();
|
||||
|
|
Loading…
Add table
Reference in a new issue