Skip to content

Locales cached in PrefManager and AssetCacheManager are not reconstructed properly #20

@GSala

Description

@GSala

In the PrefManager (L45) and AssetCacheManager (L25) , Locales are constructed using the single parameter constructor which expects ISO 639 language codes.
The keys used in both of these managers are language tags that combine a language code and a country code.
They should probably use Locale.forLanguageTag()

Metadata

Metadata

Assignees

No one assigned

    Labels

    AndroidbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions