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