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 Nov 3, 2016
1 parent 116b492 commit f6892d0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public void handleCreationDict(KrollDict options)
Log.w(TAG, "selectedBackgroundImage is deprecated, use backgroundSelectedImage instead");
setProperty(TiC.PROPERTY_BACKGROUND_SELECTED_IMAGE, options.get(TiC.PROPERTY_SELECTED_BACKGROUND_IMAGE));
}
setProperty(TiC.PROPERTY_TOUCH_ENABLED, false);
}

public void setCreationProperties(KrollDict options)
Expand Down

0 comments on commit f6892d0

Please sign in to comment.