aleene / FoodViewer

An app to view and edit Open Food Fact products
Apache License 2.0
10 stars 5 forks source link

Unit change not kept #994

Closed aleene closed 4 years ago

aleene commented 4 years ago

The unit change is correctly registered and sent to OFF. However OFF does only do something with mg. So any value in microgram must be converted to gram before sending to OFF.

To make things clear we convert everything to gram and reset the unit to gram as well.

aleene commented 4 years ago

If I change the unit. The localProductPair unit is not shown.