Skip to content

Commit

Permalink
Merge pull request #182 from tobiasKaminsky/master
Browse files Browse the repository at this point in the history
Return intent
  • Loading branch information
Dhaval2404 authored Apr 25, 2021
2 parents 7996bce + 98a34a3 commit 371b84f
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,13 @@ open class ImagePicker {
startActivity(reqCode)
}
}

fun prepareIntent(): Intent {
val intent = Intent(activity, ImagePickerActivity::class.java)
intent.putExtras(getBundle())

return intent
}

/**
* Start Image Picker Activity
Expand Down

0 comments on commit 371b84f

Please sign in to comment.