fix swift
This commit is contained in:
parent
61afb64dd7
commit
8e34d2fbbc
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user