Skip to content

Commit

Permalink
[TIMOB-24058] Fix Ti.UI.TableViewRow backgroundSelectedColor and back…
Browse files Browse the repository at this point in the history
…groundSelectedImage
  • Loading branch information
Gary Mathews committed Dec 9, 2016
1 parent c49e575 commit 93e8527
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ public class TableViewRowProxy extends TiViewProxy
public TableViewRowProxy()
{
super();

// TIMOB-24058: Prevent setOnClickListener() from being set allowing
// backgroundSelectedColor and backgroundSelectedImage to function
defaultValues.put(TiC.PROPERTY_TOUCH_ENABLED, false);
}

@Override
Expand Down

0 comments on commit 93e8527

Please sign in to comment.