Skip to content

Commit

Permalink
Change default date
Browse files Browse the repository at this point in the history
  • Loading branch information
FauconSpartiate committed Feb 26, 2024
1 parent 5895dca commit 24dcf0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/widgets/dialogs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ class _TestDialogState extends State<TestDialog> with TickerProviderStateMixin {
initialDate: timestamp != null ? DateTime.fromMillisecondsSinceEpoch(timestamp!) : DateTime(now.year, now.month, now.day),
firstDate: DateTime(1970),
lastDate: DateTime(2100),
).then((value) => timestamp = value?.millisecondsSinceEpoch ?? DateTime(2021, 9, 15).millisecondsSinceEpoch);
).then((value) => timestamp = value?.millisecondsSinceEpoch ?? DateTime(2023, 9, 15).millisecondsSinceEpoch);
},
),
],
Expand Down

0 comments on commit 24dcf0e

Please sign in to comment.