empty line between functions
This commit is contained in:
parent
b5d5924e96
commit
8688a81d80
1 changed files with 1 additions and 0 deletions
|
@ -538,6 +538,7 @@ fun Activity.launchViewContactIntent(uri: Uri) {
|
|||
launchActivityIntent(this)
|
||||
}
|
||||
}
|
||||
|
||||
fun BaseSimpleActivity.launchCallIntent(recipient: String, handle: PhoneAccountHandle? = null) {
|
||||
handlePermission(PERMISSION_CALL_PHONE) {
|
||||
val action = if (it) Intent.ACTION_CALL else Intent.ACTION_DIAL
|
||||
|
|
Loading…
Reference in a new issue