Rollback of https://github.com/androidx/media/commit/a358ccb046d84c44dc7d54ed39d7563074cd5535
*** Original commit *** Fix double initialisation of createIsoLanguageReplacementMap In the absence of any lock `createIsoLanguageReplacementMap` method was getting called twice due to race condition. Used Suppliers.memoize() which is by default thread safe. *** PiperOrigin-RevId: 524794650
Showing
with
81 additions
and
83 deletions
Please
register
or
sign in
to comment