Skip to content

Commit

Permalink
more functions
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Jul 26, 2023
1 parent dfb0667 commit 2afed80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/ti/imagefactory/ImageFactoryModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public TiBlob localImageWithAlpha(TiBlob blob, KrollDict args)
}

@Kroll.method
public void ImageWithAlpha(KrollDict args) {
public void imageWithAlpha(KrollDict args) {
final ImageFactoryModule that = this;
TiBlob blob = TiConvert.toBlob(args.get("blob"));
KrollFunction callback = (KrollFunction) args.get("success");
Expand Down

0 comments on commit 2afed80

Please sign in to comment.