use proper icon colors at the calling screen

This commit is contained in:
tibbi 2020-05-03 18:07:31 +02:00
parent cae2ef0919
commit 3a62e38ef5

View file

@ -139,6 +139,9 @@ class CallActivity : SimpleActivity() {
dialpad_hashtag.setOnClickListener { dialpadPressed('#') }
dialpad_wrapper.setBackgroundColor(config.backgroundColor)
arrayOf(call_toggle_microphone, call_toggle_speaker, call_dialpad, dialpad_close).forEach {
it.applyColorFilter(config.textColor)
}
}
private fun dialpadPressed(char: Char) {