mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
fix swift
This commit is contained in:
@@ -73,7 +73,6 @@ struct ChatListView: View {
|
|||||||
return s == ""
|
return s == ""
|
||||||
? chatModel.chats
|
? chatModel.chats
|
||||||
: chatModel.chats.filter { $0.chatInfo.chatViewName.localizedLowercase.contains(s) }
|
: chatModel.chats.filter { $0.chatInfo.chatViewName.localizedLowercase.contains(s) }
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private func connectViaUrlAlert(_ url: URL) -> Alert {
|
private func connectViaUrlAlert(_ url: URL) -> Alert {
|
||||||
|
|||||||
Reference in New Issue
Block a user