82 youhua.

This commit is contained in:
2025-12-30 20:02:39 +08:00
parent 9126676599
commit 479e039e56
3 changed files with 5 additions and 5 deletions

View File

@@ -289,7 +289,7 @@ public abstract class BaseWheatView extends ConstraintLayout implements IBaseWhe
if (String.valueOf(uid).equals(pitBean.getUser_id())) {
if (mIvRipple == null)
return;
mIvRipple.setVisibility(GONE);
mIvRipple.setVisibility(INVISIBLE);
}
}
});
@@ -301,7 +301,7 @@ public abstract class BaseWheatView extends ConstraintLayout implements IBaseWhe
private void updateSpeakingState(boolean nowSpeaking) {
// 1⃣ 状态未变化,直接丢弃(核心)
if (nowSpeaking == isSpeaking) return;
// if (nowSpeaking == isSpeaking) return;
isSpeaking = nowSpeaking;
if (!nowSpeaking) {