This commit is contained in:
Ilya Laktyushin 2024-01-31 16:15:55 +04:00
parent c9814634d7
commit 48531db09e

View File

@ -477,7 +477,7 @@ private final class DemoSheetContent: CombinedComponent {
self.context = context self.context = context
self.subject = subject self.subject = subject
self.source = source self.source = source
self.order = order ?? [.moreUpload, .fasterDownload, .voiceToText, .noAds, .uniqueReactions, .premiumStickers, .animatedEmoji, .advancedChatManagement, .profileBadge, .animatedUserpics, .appIcons, .translation, .stories, .colors, .wallpapers] self.order = order ?? [.moreUpload, .fasterDownload, .voiceToText, .noAds, .uniqueReactions, .premiumStickers, .animatedEmoji, .advancedChatManagement, .profileBadge, .animatedUserpics, .appIcons, .translation, .stories, .colors, .wallpapers, .messageTags]
self.action = action self.action = action
self.dismiss = dismiss self.dismiss = dismiss
} }