empty line between functions

This commit is contained in:
Mahendra Liya 2023-05-23 12:11:39 +05:30
parent b5d5924e96
commit 8688a81d80

View file

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