Various improvements

This commit is contained in:
Ilya Laktyushin
2024-06-23 19:05:01 +04:00
parent 63d380a534
commit 813a913bca
12 changed files with 133 additions and 420 deletions

View File

@@ -1044,8 +1044,7 @@ final class ChatSendMessageContextScreenComponent: Component {
self.animateOutToEmpty = true
self.environment?.controller()?.dismiss()
//TODO:localize
let premiumController = component.context.sharedContext.makePremiumIntroController(context: component.context, source: .animatedEmoji, forceDark: false, dismissed: nil)
let premiumController = component.context.sharedContext.makePremiumIntroController(context: component.context, source: .messageEffects, forceDark: false, dismissed: nil)
component.openPremiumPaywall(premiumController)
}
return false