removing a redundant wrapper of the dialpad

This commit is contained in:
tibbi
2018-09-25 13:34:31 +02:00
parent b0c1f4e30d
commit dac59dabcf
2 changed files with 182 additions and 188 deletions

View File

@ -46,7 +46,7 @@ class DialpadActivity : SimpleActivity() {
override fun onResume() {
super.onResume()
updateTextColors(dialpad_wrapper)
updateTextColors(dialpad_holder)
dialpad_clear_char.applyColorFilter(config.textColor)
}