Clear char on speed dial

This commit is contained in:
Naveen 2022-09-03 00:02:48 +05:30
parent d2c0d71487
commit a78f9cfb06
1 changed files with 1 additions and 0 deletions

View File

@ -327,6 +327,7 @@ class DialpadActivity : SimpleActivity() {
val result = speedDial(char.digitToInt())
if (result) {
stopDialpadTone(char)
clearChar(view)
}
}
}