change the menu button text at the dialpad

This commit is contained in:
tibbi
2018-09-27 13:55:00 +02:00
parent 7f688d02f0
commit 26061d8827
17 changed files with 19 additions and 19 deletions

View File

@ -60,13 +60,13 @@ class DialpadActivity : SimpleActivity() {
override fun onOptionsItemSelected(item: MenuItem): Boolean {
when (item.itemId) {
R.id.create_new_contact -> createNewContact()
R.id.add_number_to_contact -> addNumberToContact()
else -> return super.onOptionsItemSelected(item)
}
return true
}
private fun createNewContact() {
private fun addNumberToContact() {
Intent().apply {
action = Intent.ACTION_INSERT_OR_EDIT
type = "vnd.android.cursor.item/contact"