2d ago
Primary/Secondary currency bug
Issue Summary: The app is ignoring Primary currency selection and always defaulting to USD. When setting Primary = NZD, Secondary = USD, the app still treats the amount as USD and displays incorrect currency symbols.
Steps to Reproduce:
Set Primary Currency = NZD
Set Secondary Currency = USD
Enter 100 in the input field
Observe output: Shows $58.14 US (should show NZD amount or correctly labeled USD)
Expected Behavior:
Input: $100 NZD
Output: $58.14 USD (with correct NZD symbol for input)
Actual Behavior:
Input: $100 (no symbol or wrong symbol)
Output: $58.14 US (conversion math is correct ~0.58 rate, but UI labels are broken)
What I've Tried:
✅ Set Primary = USD, Secondary = NZD → Still shows USD as primary
✅ Set Primary = NZD, Secondary = USD → Still shows USD as primary
✅ App restart, clear cache, re-enter settings → No change
✅ Tried with other currency pairs → USD always forced as primary
Impact:
NZ users cannot see amounts in NZD
All conversions treat USD as the base currency regardless of settings
Makes the app unusable for New Zealand users who need NZD display
- New2ActionC (Discord)
Completed