Skip to content

Instantly share code, notes, and snippets.

@k0siara
Created November 5, 2022 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save k0siara/71334bd38819e05220714bbd3acaaadd to your computer and use it in GitHub Desktop.
Save k0siara/71334bd38819e05220714bbd3acaaadd to your computer and use it in GitHub Desktop.
ChooseAttachmentFromStorageUseCase.kt
class ChooseAttachmentFromStorageUseCase @Inject constructor(...) {
suspend fun invoke(...) {
val attachmentSource = showPickerBottomSheet(data = ...)
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment