mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-06-05 21:49:23 +02:00
renaming some contacts to dialer
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user