Various improvements

This commit is contained in:
Ilya Laktyushin
2022-05-12 06:35:14 +04:00
parent d67875a3f6
commit 81f179be9d
10 changed files with 68 additions and 37 deletions

View File

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