라이브 프로필 다이얼로그

- 크리에이터가 아닌 사람 태그 영역 숨김
This commit is contained in:
klaus 2023-11-23 23:44:51 +09:00
parent 9e3859e2c2
commit fe121ee89b
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ class LiveRoomUserProfileDialog(
dialogView.tvIntroduce.visibility = View.GONE
}
} else {
dialogView.tvTags.visibility = View.GONE
dialogView.ivFollow.visibility = View.GONE
dialogView.tvIntroduce.visibility = View.GONE
}