ericberman / MyFlightbookiOS

Repository for the iOS app for MyFlightbook
GNU General Public License v3.0
12 stars 4 forks source link

Currency properties are not formatted as money in the recent flights display #334

Closed ericberman closed 1 month ago

ericberman commented 1 month ago

Are they in Android?

ericberman commented 1 month ago

stringValueForProperty is decimal because it's used to populate the edit field as well as the display. Need to segregate. E.g., 123.4 needs to be 123.4 in the edit field, but $123.40 in display