add a Dialpad Close button at the ongoing calls dialpad

This commit is contained in:
tibbi
2020-05-01 21:54:09 +02:00
parent 20a082bb7c
commit 1792c2daa0
2 changed files with 19 additions and 1 deletions

View File

@ -111,6 +111,10 @@ class CallActivity : SimpleActivity() {
toggleDialpadVisibility()
}
dialpad_close.setOnClickListener {
dialpad_wrapper.beGone()
}
call_end.setOnClickListener {
endCall()
}