simplify the config creation
This commit is contained in:
parent
e44ab98e65
commit
66968bb623
|
@ -7,9 +7,7 @@ class Config(context: Context) {
|
|||
private val mPrefs: SharedPreferences
|
||||
|
||||
companion object {
|
||||
fun newInstance(context: Context): Config {
|
||||
return Config(context)
|
||||
}
|
||||
fun newInstance(context: Context) = Config(context)
|
||||
}
|
||||
|
||||
init {
|
||||
|
|
Loading…
Reference in New Issue