Disable wallpaper accent by default
This commit is contained in:
parent
7b5e7ecef8
commit
ce5a8292e2
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ private constructor(private val mContext: Context) : ThemeStorePrefKeys, ThemeSt
|
||||||
|
|
||||||
private fun isWallpaperAccentEnabled(context: Context): Boolean {
|
private fun isWallpaperAccentEnabled(context: Context): Boolean {
|
||||||
return PreferenceManager.getDefaultSharedPreferences(context)
|
return PreferenceManager.getDefaultSharedPreferences(context)
|
||||||
.getBoolean("wallpaper_accent", VersionUtils.hasOreoMR1() && !VersionUtils.hasS())
|
.getBoolean("wallpaper_accent", false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue