Closed GoogleCodeExporter closed 8 years ago
I'm not sure how to submit fixes, but this is easily fixed by going to
RokonMusic.java, finding the mediaPlayer.reset() line around 63, and then
adding this on the next line:
mediaPlayer.setLooping(loop);
Basically, the play() function calls setLooping before calling reset() which
wipes out the setting.
Original comment by malphig...@gmail.com
on 11 Aug 2010 at 9:04
Thanks, sorted
Original comment by rtaylor205@gmail.com
on 16 Aug 2010 at 1:48
Original issue reported on code.google.com by
rayjun...@gmail.com
on 10 Aug 2010 at 7:28