Skip to content

Commit

Permalink
fix: ノートの期間指定での時間指定を反映(shiosyakeyakini-info#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
4ster1sk committed Nov 22, 2024
1 parent b7c23bb commit 90e187f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/view/user_page/user_notes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 90e187f

Please sign in to comment.