mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-26 14:37:59 +01:00
simplify the config creation
This commit is contained in:
parent
c524044d11
commit
8e61e46a90
1 changed files with 1 additions and 3 deletions
|
@ -8,9 +8,7 @@ class Config private constructor(context: Context) {
|
||||||
private val mPrefs: SharedPreferences
|
private val mPrefs: SharedPreferences
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
fun newInstance(context: Context): Config {
|
fun newInstance(context: Context) = Config(context)
|
||||||
return Config(context)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
init {
|
init {
|
||||||
|
|
Loading…
Reference in a new issue