|
|
@@ -74,9 +74,6 @@ public class VoiceResultActivity extends BaseActivity<ActivityVoiceResultBinding
|
|
|
private void intVoiceRecommendList() {
|
|
|
voiceRecommendAdapter = new VoiceRecommendAdapter(this);
|
|
|
voiceRecommendAdapter.setActionHandler(voiceListBean -> {
|
|
|
- if (player.isLoading()) {
|
|
|
- return;
|
|
|
- }
|
|
|
UserVoiceBean value = voiceResultViewModel.getResultBean().getValue();
|
|
|
if (value == null) {
|
|
|
return;
|