Fix build

This commit is contained in:
Isaac
2024-07-12 12:03:08 +04:00
parent 08461a1625
commit 6f5db414df
3 changed files with 7 additions and 0 deletions

View File

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