Merge commit 'e99df956c29127c36202319634733c0bf5807d2c'

This commit is contained in:
Ali
2022-05-21 01:16:33 +03:00
55 changed files with 1370 additions and 523 deletions

View File

@@ -1349,7 +1349,7 @@ public class ChatListControllerImpl: TelegramBaseController, ChatListController
if data.includePeers.peers.count >= limit {
var replaceImpl: ((ViewController) -> Void)?
let controller = PremiumLimitScreen(context: context, subject: .chatsInFolder, count: Int32(data.includePeers.peers.count), action: {
let controller = PremiumIntroScreen(context: context)
let controller = PremiumIntroScreen(context: context, source: .chatsPerFolder)
replaceImpl?(controller)
})
replaceImpl = { [weak controller] c in