Bläddra i källkod

fix : house no lianmai

tongmengxiao 11 månader sedan
förälder
incheckning
a364743677
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      room/src/main/java/com/swago/room/widget/UserFooterView.kt

+ 1 - 1
room/src/main/java/com/swago/room/widget/UserFooterView.kt

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