Skip to content

Commit

Permalink
fix(android): add back Ti.Media.Sound.setLooping for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Feb 12, 2021
1 parent 70bd7a7 commit 1c14926
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ public boolean isLooping()
return false;
}

@Kroll.method
@Kroll.setProperty
public void setLooping(boolean looping)
{
Expand Down

0 comments on commit 1c14926

Please sign in to comment.