Skip to content

Commit

Permalink
Fix first to last for recent added
Browse files Browse the repository at this point in the history
  • Loading branch information
TaYaKi71751 committed Jan 10, 2024
1 parent aedf969 commit 6df6491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/settings/settings_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2133,7 +2133,7 @@ class _SettingsPageState extends State<SettingsPage>
element.description() == description &&
// element.color() == color.value &&
DateTime.tryParse(element.datetime()) == datetime))
.first
.last
.id();
for (int j = 0;
j <
Expand Down

0 comments on commit 6df6491

Please sign in to comment.