lmw
2024-11-20 ec282d9bf134fbda578ff901e4a620222a851d3f
app/src/main/java/com/sinata/xqmuse/utils/AudioUtils.java
@@ -285,10 +285,10 @@
            mMediaPlayer.setOnCompletionListener(new MediaPlayer.OnCompletionListener() {
                @Override
                public void onCompletion(MediaPlayer mp) {
                    Log.e("mmp", "播放完成 从新循环 path:" + filePath);
//                    Log.e("mmp", "播放完成 从新循环 path:" + filePath);
                    mMediaPlayer.start();
                    if (isPause){
                        Log.e("mmp", "循环播放异步暂停");
//                        Log.e("mmp", "循环播放异步暂停");
                        mMediaPlayer.pause();
                    }
                }