show dialpad letters at the dialpad by default
This commit is contained in:
parent
ebefc976f5
commit
255782b167
1 changed files with 1 additions and 1 deletions
|
|
@ -54,6 +54,6 @@ class Config(context: Context) : BaseConfig(context) {
|
|||
set(showDialpadButton) = prefs.edit().putBoolean(SHOW_DIALPAD_BUTTON, showDialpadButton).apply()
|
||||
|
||||
var showDialpadLetters: Boolean
|
||||
get() = prefs.getBoolean(SHOW_DIALPAD_LETTERS, false)
|
||||
get() = prefs.getBoolean(SHOW_DIALPAD_LETTERS, true)
|
||||
set(showDialpadLetters) = prefs.edit().putBoolean(SHOW_DIALPAD_LETTERS, showDialpadLetters).apply()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue