coomar2841 / image-chooser-library

An Easy Image/Video Chooser Library for your Android Apps
646 stars 192 forks source link

ImageChooser in Both Main Activity and Fragment #175

Open renjithkrish89 opened 8 years ago

renjithkrish89 commented 8 years ago

HI, Thanks for the great library. My problem is in my application Ineed to implement the Image chooser in main activity and a fragment.The main activity contains this fragment. The image chooser work perfectly on the Activity. But not Work on the Fragment. When I removed the code from Main Activity for the Image Choosing the Image choosing in the Fragment working perfectly. How Can I solve this Problem.