시리즈 소개
- 연재 요일 표시에서 마지막에 있는 요일 제거
This commit is contained in:
@@ -87,7 +87,7 @@ class SeriesDetailIntroductionFragment : BaseFragment<FragmentSeriesDetailIntrod
|
||||
if (seriesDetailResponse!!.publishedDaysOfWeek == "랜덤") {
|
||||
seriesDetailResponse!!.publishedDaysOfWeek
|
||||
} else {
|
||||
"${seriesDetailResponse!!.publishedDaysOfWeek}요일"
|
||||
seriesDetailResponse!!.publishedDaysOfWeek
|
||||
}
|
||||
|
||||
if (seriesDetailResponse!!.writer != null) {
|
||||
|
Reference in New Issue
Block a user