fix:补充房间底部加号红点刷新时机

This commit is contained in:
max
2024-06-28 09:34:07 +08:00
parent 3e49dae43b
commit f4808e8acf
2 changed files with 5 additions and 0 deletions

View File

@@ -650,6 +650,7 @@ open class BaseRoomFragment<V : IBaseRoomView?, P1 : BaseRoomPresenter<V>?> :
open fun updateView() {
// 更新底欄
showBottomViewForDifRole()
bottomView.notifyStateChanged()
}
/**

View File

@@ -243,6 +243,10 @@ public class BottomView extends LinearLayout implements View.OnClickListener {
}
}
public void notifyStateChanged() {
setMagicBtnEnable(true);
}
public void showHomePartyUpMicBottom() {
faceLayout.setVisibility(VISIBLE);
micLayout.setVisibility(VISIBLE);