Skip to content

Commit

Permalink
fix(android): use correct blob for toImage() (#11241)
Browse files Browse the repository at this point in the history
  • Loading branch information
garymathews authored and ssjsamir committed Nov 27, 2019
1 parent 40bd1d9 commit f07e012
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public TiUIView createView(Activity activity)
}

@Override
public TiBlob toImage()
protected TiBlob handleToImage()
{
return this.toBlob();
}
Expand Down

0 comments on commit f07e012

Please sign in to comment.