fix:补充房间底部加号红点刷新时机
This commit is contained in:
@@ -650,6 +650,7 @@ open class BaseRoomFragment<V : IBaseRoomView?, P1 : BaseRoomPresenter<V>?> :
|
|||||||
open fun updateView() {
|
open fun updateView() {
|
||||||
// 更新底欄
|
// 更新底欄
|
||||||
showBottomViewForDifRole()
|
showBottomViewForDifRole()
|
||||||
|
bottomView.notifyStateChanged()
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -243,6 +243,10 @@ public class BottomView extends LinearLayout implements View.OnClickListener {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void notifyStateChanged() {
|
||||||
|
setMagicBtnEnable(true);
|
||||||
|
}
|
||||||
|
|
||||||
public void showHomePartyUpMicBottom() {
|
public void showHomePartyUpMicBottom() {
|
||||||
faceLayout.setVisibility(VISIBLE);
|
faceLayout.setVisibility(VISIBLE);
|
||||||
micLayout.setVisibility(VISIBLE);
|
micLayout.setVisibility(VISIBLE);
|
||||||
|
Reference in New Issue
Block a user