Added Snowfall effect
This commit is contained in:
parent
8e1dc3a600
commit
5a310ec329
8 changed files with 58 additions and 8 deletions
|
@ -657,4 +657,7 @@ object PreferenceUtil {
|
|||
|
||||
val materialYou
|
||||
get() = sharedPreferences.getBoolean(MATERIAL_YOU, VersionUtils.hasS())
|
||||
|
||||
val isSnowFalling
|
||||
get() = sharedPreferences.getBoolean(SNOWFALL, false)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue