Update dependencies

(cherry picked from commit 7890511a53)
This commit is contained in:
arkon
2022-03-26 15:23:31 -04:00
committed by Jobobby04
parent 0bff96e0d7
commit 30f71b126f
2 changed files with 3 additions and 3 deletions
@@ -44,7 +44,7 @@ object LocaleHelper {
} else {
getLocale(lang)
}
return locale.getDisplayName(locale).replaceFirstChar { it.uppercase(locale) }
return locale!!.getDisplayName(locale).replaceFirstChar { it.uppercase(locale) }
}
/**