Skip to content

Commit

Permalink
Merge pull request #4497 from hieupham007/timob-13914
Browse files Browse the repository at this point in the history
timob-13914: register touch events for list item
  • Loading branch information
pingwang2011 committed Jul 26, 2013
2 parents 8f8ed4c + 82398da commit 3c5cbfc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public TiListItem(TiViewProxy proxy, LayoutParams p, View v, View item_layout) {
layoutParams = p;
listItemLayout = item_layout;
setNativeView(v);
registerForTouch(v);
v.setFocusable(false);
}

Expand Down

0 comments on commit 3c5cbfc

Please sign in to comment.