mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix calls title tabs
This commit is contained in:
parent
0bf76daf53
commit
e451881c79
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue