mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Fix
This commit is contained in:
@@ -2638,7 +2638,7 @@ public class GiftViewScreen: ViewControllerComponentContainer {
|
||||
giftsPeerId = peerId
|
||||
text = added ? presentationData.strings.Gift_Displayed_ChannelText : presentationData.strings.Gift_Hidden_ChannelText
|
||||
} else {
|
||||
giftsPeerId = arguments.peerId
|
||||
giftsPeerId = context.account.peerId
|
||||
text = added ? presentationData.strings.Gift_Displayed_NewText : presentationData.strings.Gift_Hidden_NewText
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user