Closed mayank8318 closed 6 years ago
Fixes #2395
Changes: Replace startActivity() with startActivity(Intent.createChooser()) in shareApp()
startActivity()
startActivity(Intent.createChooser())
@iamareebjamal Made the changes, sorry for the lazy mistake :(
Hi @mayank8318!
It looks like one or more of your builds have failed. I've added the relevant info below to save you some time.
failed
Fixes #2395
Changes: Replace
startActivity()
withstartActivity(Intent.createChooser())
in shareApp()