fix strings

This commit is contained in:
Osama Bashir
2022-12-27 01:24:09 +03:00
parent f78762aad4
commit a26507e014

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.blocked_number)
toast(R.string.calling_blocked_numbe)
finish()
return
}