mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix calls title tabs
This commit is contained in:
parent
0bf76daf53
commit
e451881c79
@ -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)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user