update contact
This commit is contained in:
parent
5601f475c8
commit
feed384cf1
@ -278,7 +278,6 @@ struct ContactsTab: View {
|
|||||||
|
|
||||||
private func openChat(for contact: Contact) {
|
private func openChat(for contact: Contact) {
|
||||||
guard creatingChatForContactId == nil else { return }
|
guard creatingChatForContactId == nil else { return }
|
||||||
guard !contact.isDeleted else { return }
|
|
||||||
|
|
||||||
creatingChatForContactId = contact.id
|
creatingChatForContactId = contact.id
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user