Can not work together with Button
skywalkerlw opened this issue · 1 comments
skywalkerlw commented
Here is an example
Button(action: {
self.clickItemAt(item) //this will never be called
}, label: {
MessageListItem(message: item, forceRead: extraReadId.contains(item.id))
.roundedCornorArea()
.swipeCell(cellPosition: .right, leftSlot: nil, rightSlot: createSlotDelete(index: viewModel.items.firstIndex(of: item) ?? 0))
})
Any proposal?