Migrate to ViewBinding from Kotlin synthetics in controllers
This commit is contained in:
@@ -16,14 +16,8 @@ import uy.kohesive.injekt.injectLazy
|
||||
@Suppress("DEPRECATION")
|
||||
object LocaleHelper {
|
||||
|
||||
/**
|
||||
* Preferences helper.
|
||||
*/
|
||||
private val preferences: PreferencesHelper by injectLazy()
|
||||
|
||||
/**
|
||||
* The system's locale.
|
||||
*/
|
||||
private var systemLocale: Locale? = null
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user