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

@ -121,11 +121,6 @@ class ThemeSettingsFragment : AbsSettingsFragment() {
restartActivity()
true
}
val customFont: ATESwitchPreference? = findPreference(CUSTOM_FONT)
customFont?.setOnPreferenceChangeListener { _, _ ->
restartActivity()
true
}
}
override fun onCreatePreferences(savedInstanceState: Bundle?, rootKey: String?) {