|
@@ -810,7 +810,7 @@ abstract class BaseComFragment<T : FragmentBaseComBinding> : BaseXFragment<T>(),
|
|
|
if (iRoomInfo.getRoomType() == RoomType.AUDIO.type){
|
|
|
binding.playBannerView.visibility = View.VISIBLE
|
|
|
binding.videoPlayBannerView.visibility = View.GONE
|
|
|
- } else if (iRoomInfo.getRoomType() == RoomType.VIDEO.type) {
|
|
|
+ } else {
|
|
|
binding.playBannerView.visibility = View.GONE
|
|
|
binding.videoPlayBannerView.visibility = View.VISIBLE
|
|
|
}
|