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