Skip to content

Commit

Permalink
fix(android): changing picker row color should update selected text (#…
Browse files Browse the repository at this point in the history
…11747)

Co-authored-by: Gary Mathews <contact@garymathews.com>
Co-authored-by: ssekhri <ssekhri@axway.com>
  • Loading branch information
3 people committed Jul 8, 2020
1 parent cf39004 commit 7aa5290
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ public String getColor()
public void setColor(String color)
{
setPropertyAndFire(TiC.PROPERTY_COLOR, color);
if (rowListener != null) {
rowListener.rowChanged(this);
}
}

@Kroll.method
Expand Down

0 comments on commit 7aa5290

Please sign in to comment.