Skip to content

Commit

Permalink
Fix issue with editScreen
Browse files Browse the repository at this point in the history
  • Loading branch information
Kara-Zor-El committed Dec 29, 2023
1 parent 86ae7bf commit b2bb5e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/screens/EditScreen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ class _EditScreenState extends State<EditScreen> {
// entry.releaseDate = newDate.toString();
// only the month, day, and year
entry.releaseDate = DateFormat('dd MM yyyy').format(newDate);
changed = true;
});
},
),
Expand Down

0 comments on commit b2bb5e2

Please sign in to comment.