Skip to content

Commit

Permalink
[MOSYNC-3362] Android: fixed maAudioStop().
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Eldh committed Aug 27, 2013
1 parent 3797be2 commit aa94976
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -913,9 +913,6 @@ int maAudioStop(int audio)
{
AudioData data = instance.getAudioData();

if((true == instance.isPlaying()) || (true == instance.isPaused()))
return MA_AUDIO_ERR_OK;

if((MA_AUDIO_DATA_STREAM == data.getFlags())
&& (null != mMediaPlayer))
{
Expand Down

0 comments on commit aa94976

Please sign in to comment.