Skip to content

Commit

Permalink
Keep old conversion unit in weights page
Browse files Browse the repository at this point in the history
Closes #46
  • Loading branch information
brandonp2412 committed Feb 27, 2025
1 parent df9e948 commit 639fb76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/weight/edit_weight_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class _EditWeightPageState extends State<EditWeightPage> {
selectAll(valueController);
setState(() {
unit = widget.weight.unit.value;
convertTo = widget.weight.unit.value;
created = widget.weight.created.value;
image = widget.weight.image.value;
});
Expand Down

0 comments on commit 639fb76

Please sign in to comment.