|
|
@@ -135,6 +135,9 @@ public class VoiceResultActivity extends BaseActivity<ActivityVoiceResultBinding
|
|
|
|
|
|
private void initPlay() {
|
|
|
binding.ivPlay.setOnClickListener(view -> {
|
|
|
+ if (player.isLoading()) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
if (player.isPlaying()) {
|
|
|
player.pause();
|
|
|
voiceResultViewModel.setVoicePlay(false);
|