Update dependencies

This commit is contained in:
arkon
2022-03-26 15:23:31 -04:00
parent 3aa4e6eb93
commit 7890511a53
2 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ object LocaleHelper {
} else {
getLocale(lang)
}
return locale.getDisplayName(locale).replaceFirstChar { it.uppercase(locale) }
return locale!!.getDisplayName(locale).replaceFirstChar { it.uppercase(locale) }
}
/**