fix swift

This commit is contained in:
Evgeny Poberezkin 2022-02-13 09:13:06 +00:00
parent 61afb64dd7
commit 8e34d2fbbc

View File

@ -73,7 +73,6 @@ struct ChatListView: View {
return s == ""
? chatModel.chats
: chatModel.chats.filter { $0.chatInfo.chatViewName.localizedLowercase.contains(s) }
}
}
private func connectViaUrlAlert(_ url: URL) -> Alert {