mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Fix calls title tabs
This commit is contained in:
@@ -122,6 +122,7 @@ public final class CallListController: TelegramBaseController {
|
||||
|
||||
self.segmentedTitleView.indexUpdated = { [weak self] index in
|
||||
if let strongSelf = self {
|
||||
strongSelf.segmentedTitleView.index = index
|
||||
strongSelf.controllerNode.updateType(index == 0 ? .all : .missed)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user