B3nedikt / restring

Restring is a android library to replace string resources dynamically
Apache License 2.0
317 stars 31 forks source link

Text shows the unchanged localization for a split second when entering fragment (using example app) #100

Closed VansonLeung closed 2 years ago

VansonLeung commented 2 years ago

As titled

Is it not possible to fix this?

The original localization will show up for a very short split millisecond (around less than 100 ms), but it is a noticeable flaw.

VansonLeung commented 2 years ago

My bad, forgot to call " AppLocale.desiredLocale = AppLocale.supportedLocales[0] " before calling "Reword.reword(view)"