Skip to content

Commit

Permalink
[del] #117 이미지 테스트용 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunjium committed Mar 24, 2024
1 parent d5779de commit e846c4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class ExerciseNoticeViewHolder(private val binding: ItemExerciseNoticeBinding) :
binding.ivExerciseTodayImageLeft.load(exerciseNoticeData.myMissionImgUrl)
} else {
binding.ivExerciseTodayBubbleLeft.setImageResource(R.drawable.ic_bubble_exercising)
binding.ivExerciseTodayImageLeft.setImageResource(R.drawable.img_unconnection)
binding.ivExerciseTodayImageLeft.setImageResource(R.drawable.img_notexercise)
}
if (exerciseNoticeData.opponentMissionStatus == ExerciseEachDateInfoViewHolder.STATE_SUCCESS_TYPE) {
binding.ivExerciseTodayBubbleRight.setImageResource(R.drawable.ic_bubble_success)
Expand Down

0 comments on commit e846c4d

Please sign in to comment.