This commit is contained in:
spaced4ndy
2024-05-06 19:40:40 +04:00
parent d222800337
commit 8533295ade
@@ -55,13 +55,11 @@ struct ContactsView: View {
case let .direct(contact):
ContactListNavLink(chat: chat, contact: contact)
.scaleEffect(x: 1, y: oneHandUI ? -1 : 1, anchor: .center)
.padding(.trailing, -16)
.disabled(chatModel.chatRunning != true || chatModel.deletedChats.contains(contact.id))
default:
EmptyView()
}
}
.offset(x: -8)
}
}
if filteredContactChats.isEmpty && !contactChats.isEmpty {