adding a hangup button to the dialer

This commit is contained in:
tibbi
2018-11-20 13:34:22 +01:00
parent 099d7b6644
commit d6e8769205
8 changed files with 27 additions and 1 deletions

View File

@ -25,6 +25,8 @@ class DialerActivity : SimpleActivity() {
}
}
}
dialer_hangup_button.setOnClickListener { finish() }
}
override fun onResume() {