mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-03-24 15:20:28 +01:00
Clear char on speed dial
This commit is contained in:
parent
d2c0d71487
commit
a78f9cfb06
@ -327,6 +327,7 @@ class DialpadActivity : SimpleActivity() {
|
||||
val result = speedDial(char.digitToInt())
|
||||
if (result) {
|
||||
stopDialpadTone(char)
|
||||
clearChar(view)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user