mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix build
This commit is contained in:
parent
bcd11996c2
commit
79024f66f1
1 changed files with 1 additions and 1 deletions
|
|
@ -742,7 +742,7 @@ enum ChatListFilterType {
|
|||
case nonContacts
|
||||
}
|
||||
|
||||
func chatListFilterType(postbox: Postbox, filter: ChatListFilter) -> ChatListFilterType {
|
||||
func chatListFilterType(_ filter: ChatListFilter) -> ChatListFilterType {
|
||||
let filterType: ChatListFilterType
|
||||
|
||||
if filter.data.categories == .all {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue