renaming some contacts to dialer

This commit is contained in:
tibbi
2020-05-10 10:36:51 +02:00
parent 4f649a1788
commit 3296652da3
4 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@ class DialerActivity : SimpleActivity() {
if (intent.action == Intent.ACTION_CALL && intent.data != null) {
callNumber = intent.data
// make sure Simple Contacts is the default Phone app before initiating an outgoing call
// make sure Simple Dialer is the default Phone app before initiating an outgoing call
if (!isDefaultDialer()) {
launchSetDefaultDialerIntent()
} else {