Revert "Added Circular Std and a toggle to use it"

This reverts commit 02b72551
This commit is contained in:
Prathamesh More 2022-01-05 20:22:54 +05:30
parent c974d7fefc
commit 5589fab2c6
14 changed files with 3 additions and 47 deletions

View file

@ -665,9 +665,6 @@ object PreferenceUtil {
val materialYou
get() = sharedPreferences.getBoolean(MATERIAL_YOU, VersionUtils.hasS())
val isCustomFont
get() = sharedPreferences.getBoolean(CUSTOM_FONT, false)
val isSnowFalling
get() = sharedPreferences.getBoolean(SNOWFALL, false)