mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-04-13 09:42:05 +02:00
fix typo
This commit is contained in:
parent
7560583828
commit
61d1cf1818
@ -37,7 +37,7 @@ class DialerActivity : SimpleActivity() {
|
||||
private fun initOutgoingCall() {
|
||||
try {
|
||||
if (this.isNumberBlocked(callNumber.toString().replace("tel:", ""), this.getBlockedNumbers())) {
|
||||
toast(R.string.calling_blocked_numbe)
|
||||
toast(R.string.calling_blocked_number)
|
||||
finish()
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user