Why does Picasso running in a background thread block onActivityResult?
问题 We are working on a share mode for photos in an app, and one of the share options is to load an overlay for the image online. If the user shares the photo before the overlay finishes loading we are sending an intent with the unmodified image to share to other apps with startActivityForResult, and then in onActivityResult we are returning the user to the normal photo view from the share view. The issue we are running into is that when the user returns from sharing the photo, onActivityResult