Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Fixed startActivityForResult calling multiple times issue #13

Merged
merged 1 commit into from
Apr 5, 2020

Conversation

Dhaval2404
Copy link
Contributor

Reproduction Steps:

  • Launch Activity A using the startForResult extensions method.
  • Launch another Activity B using startActivityForResult.
  • Observe when Activity B result returns it start the Activity A again.

I'm using this library into ImagePicker and many people are facing this issue when InlineActivityResult is used for Activity Results.

Let me know if you need anything else to reproduce the issue.

Reproduction Steps:

- Launch Activity A using startForResult extentions method.
- Launch another Activity B using startActivityForResult.
- Observe when Activity B result return it start the Activity A again.
@victor-denisenko
Copy link
Contributor

Fragment#onActivityCreated() is deprecated now.

This method is deprecated.
use onViewCreated(View, Bundle) for code touching the Fragment's view and onCreate(Bundle) for other initialization.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants