From 8e34d2fbbc165c83eacaa71c60afdfbcee4dbd58 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Sun, 13 Feb 2022 09:13:06 +0000 Subject: [PATCH] fix swift --- apps/ios/Shared/Views/ChatList/ChatListView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/ios/Shared/Views/ChatList/ChatListView.swift b/apps/ios/Shared/Views/ChatList/ChatListView.swift index e657369126..19aaec6763 100644 --- a/apps/ios/Shared/Views/ChatList/ChatListView.swift +++ b/apps/ios/Shared/Views/ChatList/ChatListView.swift @@ -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 {