mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Various fixes
This commit is contained in:
@@ -154,7 +154,7 @@ private final class GiftViewSheetContent: CombinedComponent {
|
||||
super.init()
|
||||
|
||||
if let arguments = subject.arguments {
|
||||
if let upgradeStars = arguments.upgradeStars, upgradeStars > 0 {
|
||||
if let upgradeStars = arguments.upgradeStars, upgradeStars > 0, !arguments.nameHidden {
|
||||
self.keepOriginalInfo = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user