pull/312/head
gedoor 4 years ago
parent 1da76aa4e6
commit 21ac684394
  1. 1
      app/src/main/java/io/legado/app/utils/LanguageUtils.kt

@ -26,6 +26,7 @@ object LanguageUtils {
configuration.setLocale(targetLocale) configuration.setLocale(targetLocale)
context.createConfigurationContext(configuration) context.createConfigurationContext(configuration)
} else { } else {
setConfigurationOld(context)
context context
} }
} }

Loading…
Cancel
Save