Added Circular Std and a toggle to use it

This commit is contained in:
Prathamesh More 2022-01-05 16:02:20 +05:30
parent fd03cb4e99
commit 02b72551c9
13 changed files with 46 additions and 3 deletions

View file

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