diff --git a/android/app/src/main/java/com/zzang/chongdae/presentation/view/commentdetail/CommentDetailViewModel.kt b/android/app/src/main/java/com/zzang/chongdae/presentation/view/commentdetail/CommentDetailViewModel.kt index f72bfc77e..ef230f7ad 100644 --- a/android/app/src/main/java/com/zzang/chongdae/presentation/view/commentdetail/CommentDetailViewModel.kt +++ b/android/app/src/main/java/com/zzang/chongdae/presentation/view/commentdetail/CommentDetailViewModel.kt @@ -230,6 +230,8 @@ class CommentDetailViewModel } } + DataError.Network.CONNECTION_ERROR -> {} + else -> { return@launch } diff --git a/android/app/src/main/res/layout/activity_comment_detail.xml b/android/app/src/main/res/layout/activity_comment_detail.xml index 69bd4219a..b9c769a2b 100644 --- a/android/app/src/main/res/layout/activity_comment_detail.xml +++ b/android/app/src/main/res/layout/activity_comment_detail.xml @@ -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"