You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
Hey,
i just encountered a Problem with the IntentBuilder.
When i try to start(ForResult) an activity from a fragment, i can't use the IntentBuilder as the intentbuilder requires a Context object.
Intent.FLAG_ACTIVITY_NEW_TASKwhat i dont want.i have to use this code for a successfull start and getting the result in my fragment
the relevant part is the startActivityForResult call that in the intentbuilder is the FragmentActivity and not the Fragment. :(