mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix
This commit is contained in:
parent
251e1ecee7
commit
ff476cb0d7
@ -2638,7 +2638,7 @@ public class GiftViewScreen: ViewControllerComponentContainer {
|
|||||||
giftsPeerId = peerId
|
giftsPeerId = peerId
|
||||||
text = added ? presentationData.strings.Gift_Displayed_ChannelText : presentationData.strings.Gift_Hidden_ChannelText
|
text = added ? presentationData.strings.Gift_Displayed_ChannelText : presentationData.strings.Gift_Hidden_ChannelText
|
||||||
} else {
|
} else {
|
||||||
giftsPeerId = arguments.peerId
|
giftsPeerId = context.account.peerId
|
||||||
text = added ? presentationData.strings.Gift_Displayed_NewText : presentationData.strings.Gift_Hidden_NewText
|
text = added ? presentationData.strings.Gift_Displayed_NewText : presentationData.strings.Gift_Hidden_NewText
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user