Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix android number format #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 21, 2020

  1. Fix android number format

    It seems that the currency should be set on the DecimalFormatSymbols instance before setting it to the NumberFormat instance in order to display proper currency.
    t1sh0o authored Jul 21, 2020
    Configuration menu
    Copy the full SHA
    a99183c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Check if the options is not null

    Co-authored-by: hiperbou <[email protected]>
    t1sh0o and hiperbou authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    3a6fa4b View commit details
    Browse the repository at this point in the history