Android: fix list item action overlapped when sub view click set

This commit is contained in:
王劲鹏
2021-05-14 11:37:56 +08:00
committed by osborn
parent 8d8c44c8f6
commit 67ee81e90e
3 changed files with 29 additions and 6 deletions

View File

@@ -74,7 +74,8 @@ class ListVM extends ViewModel<ListModel, ListVH> {
widthSpec: LayoutSpec.MOST,
heightSpec: LayoutSpec.JUST,
},
height: 50
height: 50,
onClick: () => {modal(context).alert(data.text)}
}), {
layoutConfig: {
widthSpec: LayoutSpec.MOST,