feat: convert formula result on output unit change

Co-authored-by: aider (openrouter/deepseek/deepseek-r1:free) <aider@aider.chat>
This commit is contained in:
Álvaro González 2025-09-14 16:56:19 +02:00
parent c779f5281b
commit b8c3fc0f24

View file

@ -168,6 +168,7 @@ class _FormulaScreenState extends State<FormulaScreen> {
setState(() { setState(() {
_selectedOutputUnit = unit; _selectedOutputUnit = unit;
}); });
_evaluateFormula();
}, },
), ),
], ],