-
-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] - 3.2.0 camera error on picking image #160
Comments
i had that problem too, my device Samsung Galaxy A71 android 11 |
I too have the same issue on my realme device which is running on android 10 |
Hey people thanks, will try to reproduce later. But right now is working on my phone, so maybe is device related (mine is pixel 3 on Android 11) If you have time and can help me with this tests:
So I can understand if the last changes are the responsible for it. Thanks! |
I can see same issue on Huawei P20 Lite with Android 9 and library version 3.2.0, it is ok with 3.1.3. |
Hey team, I tested in 3 of my devices and some Android Studio emulators, could not reproduce and without it cannot fix =/ Someone could reproduce in an Android Studio emulator? If someone wanna fix, probably is something on Check @connyduck any insight on it? maybe you can reproduce... |
Hi I can see there is difference in parameters returned to Problematic device: In problematic devices
Is Intent null check required here? It seems its values are not mandatory later. |
Good catch @ondree , And looking the Could you remove this if and test the sample code? if work you can open a PR and we merge it!
|
🚨🚨 Before open the ticket please check if you can reproduce the bug in the sample code
Describe the bug
Could not get the camera pic for crop
Device :
oneplus nord : version 11
Vivo : Version 11
21-07-10-18-50-20.mp4
This is my code. While i pick image from gallery, it's working fine. But while capture image from camera, it does not goes to crop activity.
Check this code in android 11, i have tried in vivo and oneplus device, both are android 11.
The text was updated successfully, but these errors were encountered: