Skip to content

Yo #948

@angeydono-lang

Description

@angeydono-lang
  • [ @](

    // Launcher for the Contact Picker intent
    val pickContact = rememberLauncherForActivityResult(StartActivityForResult()) {
    if (it.resultCode == Activity.RESULT_OK) {
    val resultUri = it.data?.data ?: return@rememberLauncherForActivityResult
    // Process the result URI in a background thread to fetch all selected contacts
    coroutine.launch {
    contacts = processContactPickerResultUri(resultUri, context)
    }
    }
    }
    )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions