mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-03 11:58:00 +00:00
remove unnecessary modifier
This commit is contained in:
@@ -54,7 +54,6 @@ struct ContactsView: View {
|
||||
ContactListNavLink(contact: contact)
|
||||
.scaleEffect(x: 1, y: oneHandUI ? -1 : 1, anchor: .center)
|
||||
.padding(.trailing, -16)
|
||||
.frame(height: 38)
|
||||
.disabled(chatModel.chatRunning != true || chatModel.deletedChats.contains(contact.id))
|
||||
}
|
||||
.offset(x: -8)
|
||||
|
||||
Reference in New Issue
Block a user