mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix build
This commit is contained in:
parent
bcd11996c2
commit
79024f66f1
@ -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…
x
Reference in New Issue
Block a user