|
@@ -108,7 +108,7 @@ class UserFooterView : ConstraintLayout, IFooter,IRoomActiveListener {
|
|
|
|
|
|
override fun joinedRoom(iRoomInfo: IRoomInfo) {
|
|
|
visibility = View.VISIBLE
|
|
|
- if (iRoomInfo.getRoomType() == RoomType.AUDIO.type){
|
|
|
+ if (iRoomInfo.getRoomType() == RoomType.AUDIO.type || iRoomInfo.getRoomType() == RoomType.HOUSE.type){
|
|
|
binding.ivLianMai.visibility = View.GONE
|
|
|
binding.ivShare.visibility = View.VISIBLE
|
|
|
}else if(iRoomInfo.getRoomType() == RoomType.VIDEO.type){
|