Rollback of https://github.com/google/ExoPlayer/commit/87ac05be2868aaa972d271c1fb44bc61d1bd8121
*** 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