mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
adding a missing return statement
This commit is contained in:
parent
9cd4288862
commit
0ca4f418eb
@ -64,7 +64,7 @@ fun Context.getLookupUriRawId(dataUri: Uri): Int {
|
|||||||
if (lookupKey != null && isLollipopPlus()) {
|
if (lookupKey != null && isLollipopPlus()) {
|
||||||
val uri = lookupContactUri(lookupKey, this)
|
val uri = lookupContactUri(lookupKey, this)
|
||||||
if (uri != null) {
|
if (uri != null) {
|
||||||
getContactUriRawId(uri)
|
return getContactUriRawId(uri)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return -1
|
return -1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user