From 90e187f24da407bb3180bc4eeb379bcddfeeff8f Mon Sep 17 00:00:00 2001 From: 4sterisk <4sterisk@ymail.ne.jp> Date: Thu, 21 Nov 2024 04:34:51 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=83=8E=E3=83=BC=E3=83=88=E3=81=AE?= =?UTF-8?q?=E6=9C=9F=E9=96=93=E6=8C=87=E5=AE=9A=E3=81=A7=E3=81=AE=E6=99=82?= =?UTF-8?q?=E9=96=93=E6=8C=87=E5=AE=9A=E3=82=92=E5=8F=8D=E6=98=A0(#681)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/view/user_page/user_notes.dart | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/view/user_page/user_notes.dart b/lib/view/user_page/user_notes.dart index 1ae064318..504b46f4a 100644 --- a/lib/view/user_page/user_notes.dart +++ b/lib/view/user_page/user_notes.dart @@ -113,11 +113,11 @@ class UserNotes extends HookConsumerWidget { result.year, result.month, result.day, - 23, - 59, - 59, - 999, - ); + result.hour, + result.minute, + 0, + 0, + ).subtract(const Duration(milliseconds: 1)); } }, icon: const Icon(Icons.date_range),