From c60805ae3ce5a410b41d0fa2cc409904ab549932 Mon Sep 17 00:00:00 2001 From: Super12138 <70494801+Super12138@users.noreply.github.com> Date: Sun, 8 Feb 2026 08:07:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BA=E5=BE=85=E5=8A=9E=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E5=A2=9E=E5=8A=A0=E8=A1=8C=E6=95=B0=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../todo/ui/pages/editor/components/TodoEditorTextFields.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/kotlin/cn/super12138/todo/ui/pages/editor/components/TodoEditorTextFields.kt b/app/src/main/kotlin/cn/super12138/todo/ui/pages/editor/components/TodoEditorTextFields.kt index 4adbb4b..f3cc69d 100644 --- a/app/src/main/kotlin/cn/super12138/todo/ui/pages/editor/components/TodoEditorTextFields.kt +++ b/app/src/main/kotlin/cn/super12138/todo/ui/pages/editor/components/TodoEditorTextFields.kt @@ -23,6 +23,7 @@ fun TodoContentTextField( value = value, onValueChange = onValueChange, label = { Text(stringResource(R.string.placeholder_add_todo)) }, + maxLines = 3, isError = isError, supportingText = { AnimatedVisibility(