Fix calls title tabs

This commit is contained in:
Isaac 2023-11-27 18:14:04 +04:00
parent 0bf76daf53
commit e451881c79

View File

@ -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)
}
}