Skip to content

Commit ae85901

Browse files
committed
FIX: 제보하기 화면 내 제목 입력 TextField의 maxLines 제거
(S25 기준 50자에 근접할 때 3줄로 표시됨)
1 parent 74dcec9 commit ae85901

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • presentation/src/main/java/com/threegap/bitnagil/presentation/report

presentation/src/main/java/com/threegap/bitnagil/presentation/report/ReportScreen.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ private fun ReportScreen(
278278
color = BitnagilTheme.colors.coolGray80,
279279
)
280280
},
281-
maxLines = 2,
282281
minLines = 2,
283282
)
284283

0 commit comments

Comments
 (0)