mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 20:10:04 +03:00
Fixes error
This commit is contained in:
parent
c94884b9d3
commit
618cf7ac0e
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ interface LocaleProvider {
|
|||
class DefaultLocaleProvider @Inject constructor(private val resources: Resources) : LocaleProvider {
|
||||
|
||||
override fun current(): Locale {
|
||||
""
|
||||
return ConfigurationCompat.getLocales(resources.configuration).get(0) ?: Locale.getDefault()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue