jaiselrahman / FilePicker

FilePicker library for Android
Apache License 2.0
238 stars 70 forks source link

problem with recording videos on api 26 #58

Open ghost opened 4 years ago

ghost commented 4 years ago

Describe the bug on enabling video capture and testing it on a device running api 26 the file picker activity crashes

To Reproduce Steps to reproduce the behavior: 1.implement image picker in a fragment according to given example 2.enable check permissions 3.add camera permission to manifest 4.run app and try capturing a video

Expected behavior camera to open to recording video mode, record video successfully and return back to file picker activity

Screenshots If applicable, add screenshots to help explain your problem.

Android info (please complete the following information):

Additional context Add any other context about the problem here.

jaiselrahman commented 4 years ago

Can you try out the following release to see if it fixes the issue

implementation 'com.github.jaiselrahman:FilePicker:1.4.0-alpha01'