-
Notifications
You must be signed in to change notification settings - Fork 2
[Bug]: currency settings and calculator widget inconsistent with iOS #881
Copy link
Copy link
Description
What happened?
There are UI consistency issues between Android and iOS around local currency display and calculator widget behavior:
- In
Settings -> Local currency, entries underOTHER CURRENCIESon Android are missing currency symbols, while iOS shows symbols. - In calculator widget chips, currencies like
CHFandXDRare not rendered inline correctly on Android (text appears visually broken/misaligned). iOS behavior was recently adjusted (see iOS [BUG] Calc widget fiat currency truncated bitkit-ios#341 / PR fix(widgets): fix calculator widget keyboard dismiss bitkit-ios#513) and appears stable. - New calculator widgets are empty on Android, while iOS pre-fills with
10 000BTC.
Expected behavior
Android should match iOS behavior for these currency-related UI cases:
- Show symbols in local currency list (including
OTHER CURRENCIES) where symbols exist. - Render calculator widget fiat symbols inline (including
CHFandXDR) without visual cutoff/misalignment. - Pre-fill newly added calculator widget with
10 000BTC for parity with iOS behavior.
Steps to Reproduce
- Open Bitkit Android.
- Go to
Settings -> Local currency. - Scroll to
OTHER CURRENCIES. - Observe currencies displayed without symbols.
- Add/open calculator widget on home screen.
- Select a fiat currency such as
CHF(also verifyXDR). - Observe symbol/text layout is not inline.
- Add a new calculator widget instance.
- Observe initial value is empty (compare with iOS default
10 000BTC).
Logs / Screenshots / Recordings
<attach screenshot #1: local-currency-ios-vs-android.png>
<attach screenshot #2: calculator-widget-ios-vs-android.png>
Bitkit Version
2.1.2
Device / OS
Android Emulator (sdk_gphone64_arm64), Android 13 (SDK 33)
Reproducibility
Always
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels