feat(android): complete first successful skip export
This commit is contained in:
@@ -79,7 +79,7 @@ struct AddressesView: View {
|
||||
item: addressToListItem(address, isPrimary: isSelected),
|
||||
onEdit: { beginEditing(address) }
|
||||
)
|
||||
.contentShape(Rectangle())
|
||||
.appContentShape(Rectangle())
|
||||
.onTapGesture {
|
||||
if openSwipeRowId == rowId {
|
||||
openSwipeRowId = nil
|
||||
|
||||
Reference in New Issue
Block a user