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
I downloaded this library and I added to the project
Inside the activity it works correctly but
Do not work inside the fragment and the onCreateView
What is the solution?
The text was updated successfully, but these errors were encountered:
It's not the perfect solution, but in your fragment you can use "getActivity()" instead of MainActivity.this. Then catch the callback in your Activity in onActivityResult(..) and call the onActivityResult of your fragment from there. It does make for tighter coupled code, but it works.
I downloaded this library and I added to the project
Inside the activity it works correctly but
Do not work inside the fragment and the onCreateView
What is the solution?
The text was updated successfully, but these errors were encountered: