mirror of
https://github.com/FossifyOrg/Phone.git
synced 2026-04-25 01:37:32 -04:00
Merge pull request #206 from Aga-C/reset-dialpad-search-tap
Added resetting dialpad on dialing through tapping searched items
This commit is contained in:
@@ -313,6 +313,9 @@ class DialpadActivity : SimpleActivity() {
|
||||
} else {
|
||||
startCallIntent(contact.getPrimaryNumber() ?: return@ContactsAdapter)
|
||||
}
|
||||
Handler().postDelayed({
|
||||
binding.dialpadInput.setText("")
|
||||
}, 1000)
|
||||
}.apply {
|
||||
binding.dialpadList.adapter = this
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user