From 8a3c9b2ff4addc919af8188dc07a84247bd2cb5e Mon Sep 17 00:00:00 2001 From: Super12138 <70494801+Super12138@users.noreply.github.com> Date: Mon, 9 Feb 2026 08:21:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=82=B9=E5=87=BB=E6=B8=85=E9=99=A4?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E4=BC=9A=E7=AB=8B=E5=8D=B3=E6=B8=85=E9=99=A4?= =?UTF-8?q?=E5=85=88=E5=89=8D=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle.kts | 2 +- .../todo/ui/pages/editor/components/TodoDueDateChooser.kt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e2fc231..26af231 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -38,7 +38,7 @@ android { applicationId = "cn.super12138.todo" minSdk = 24 targetSdk = 36 - versionCode = 987 + versionCode = 988 versionName = "2.3.3" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" diff --git a/app/src/main/kotlin/cn/super12138/todo/ui/pages/editor/components/TodoDueDateChooser.kt b/app/src/main/kotlin/cn/super12138/todo/ui/pages/editor/components/TodoDueDateChooser.kt index b3818c5..ef366b8 100644 --- a/app/src/main/kotlin/cn/super12138/todo/ui/pages/editor/components/TodoDueDateChooser.kt +++ b/app/src/main/kotlin/cn/super12138/todo/ui/pages/editor/components/TodoDueDateChooser.kt @@ -118,7 +118,6 @@ fun TodoDueDateChooser( TextButton( onClick = { VibrationUtils.performHapticFeedback(view) - onValueChange(null) datePickerState.selectedDateMillis = null }, shapes = ButtonDefaults.shapes()