Various fixes

This commit is contained in:
Ilya Laktyushin
2024-07-13 18:46:42 +04:00
parent 57c071fa4e
commit 6054069e60
13 changed files with 58 additions and 40 deletions

View File

@@ -1044,8 +1044,6 @@ public func universalServiceMessageString(presentationData: (PresentationTheme,
attributedString = mutableString
case .unknown:
attributedString = nil
case .paymentRefunded, .giftStars:
attributedString = nil
}
break