82 youhua.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user