something

This commit is contained in:
Marton Kiss
2025-01-27 18:21:17 +01:00
parent 4101dc7c17
commit 8b49007cca
9 changed files with 31 additions and 9 deletions

View File

@@ -58,7 +58,9 @@ extension DateFormatUtils on DateTime {
}
if (now.year == year &&
now.month == month &&
now.add(const Duration(days: 1)).day == day) return "Tomorrow".i18n;
now.add(const Duration(days: 1)).day == day) {
return "Tomorrow".i18n;
}
String formatString;