Skip to content

Commit

Permalink
[feat] : #15 친구 기록 my 여부 예외
Browse files Browse the repository at this point in the history
SsongSik committed Jun 12, 2023
1 parent 9bdfe1e commit 5b03eaf
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -56,7 +56,11 @@ class FriendRecordGetAdapter(

if(getFriedRecord.emotionResponse.friendEmotions.isEmpty()) {
friendDetailCardLastFriendEmotionCountTv.visibility = View.INVISIBLE
friendDetailCardLastFriendEmotionAiv.visibility = View.INVISIBLE
} else {
friendDetailCardLastFriendEmotionCountTv.visibility = View.VISIBLE
friendDetailCardLastFriendEmotionAiv.visibility = View.VISIBLE

val count = getFriedRecord.emotionResponse.friendEmotions.size

if(count >= 10) {

0 comments on commit 5b03eaf

Please sign in to comment.