Skip to content

Commit

Permalink
feat: connection error 핸들링 방식 수정 (#621)
Browse files Browse the repository at this point in the history
* refactor: connection error 핸들링 변경

* feat: 다크모드시 채팅 내용 안보이는 현상 변경
  • Loading branch information
chaehyuns authored Oct 23, 2024
1 parent 491212d commit 6a688be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ class CommentDetailViewModel
}
}

DataError.Network.CONNECTION_ERROR -> {}

else -> {
return@launch
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@
android:paddingEnd="@dimen/margin_30"
android:paddingBottom="@dimen/size_14"
android:text="@={vm.commentContent}"
android:textColor="@color/black"
android:textColorHint="@color/gray_500"
android:textSize="@dimen/size_15"
app:layout_constraintBottom_toBottomOf="parent"
Expand Down

0 comments on commit 6a688be

Please sign in to comment.