robertlevonyan / media-picker

Easy customizable picker for all your needs in Android application
Apache License 2.0
192 stars 36 forks source link

Cannot use this in Activity #12

Closed rahul9hz closed 5 years ago

rahul9hz commented 5 years ago

Hi All

I am unable to use this in Activity my app is crashing

sagarlava commented 5 years ago

Yes, not working from activity

derdevil commented 5 years ago

change pickerDialog.show(); to this : pickerDialog.show(getSupportFragmentManager(), "");

robertlevonyan commented 5 years ago

which version are you using?

robertlevonyan commented 5 years ago

please try new version, if the problem still occurs I will reopen the issue.

aasif1297 commented 5 years ago

I have tried the latest version and its still getting crash when opening my activity with this picker.