Fix build

This commit is contained in:
Ali 2020-03-24 20:59:38 +04:00
parent bcd11996c2
commit 79024f66f1

View File

@ -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 {