adding an End Call button at the call screen

This commit is contained in:
tibbi
2020-04-30 23:38:07 +02:00
parent 7d2fa2743f
commit c3d8292961
2 changed files with 23 additions and 10 deletions

View File

@ -53,6 +53,7 @@ class CallActivity : SimpleActivity() {
}
call_dialpad.setOnClickListener { }
call_end.setOnClickListener { }
}
private fun toggleSpeaker() {