This commit is contained in:
Osama Bashir 2022-12-27 11:28:20 +03:00 committed by GitHub
parent 7560583828
commit 61d1cf1818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
}