Parag2385 / Picker

Picker - A CameraX based WhatsApp Style Image-Video Picker
103 stars 11 forks source link

Flickering Issue on start Camera. #2

Closed rahul4452 closed 4 years ago

rahul4452 commented 4 years ago

Hello, Great work. One thing really not looks good that when we start Camera there is a little flicker of previous activity is shown. I think it's just happening in the sample project but it's also the shows in my project.

Android Version: Pie(28)

Parag2385 commented 4 years ago

Hello @rahul4452

Thank you for testing it out and pointing out the issue. I never realized this flickering was there until you reported. So thank you.

I've solved it by disabling the animation while opening the Picker Activity, this seems to solve the problem:

    mPickerIntent.addFlags(Intent.FLAG_ACTIVITY_NO_ANIMATION)

Have updated the lib, please use v1.0.4 and test it. And let me know the results.