Skip to content
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

Selecting Image From Gallery Issue After Taking Picture From Camera #427

Open
simon1867 opened this issue Nov 18, 2022 · 0 comments
Open
Labels

Comments

@simon1867
Copy link

Expected Behavior

When opening the image picker and taking a picture from the camera, the correct image should show up as being selected when clicking on it in the gallery view.

Actual Behavior

The selected image background shows up on the wrong photo or doesn't show up. The photo count goes up and if I click Done the right photos get returned.

Steps to Reproduce the Problem

  1. Launch Image Picker
  2. Take a photo
  3. Try to select the photo you just took a picture of and other pictures.

If you notice the count says 6 photos were selected. And I did select 6, but only 4 have the selected background.
I can also keep clicking on the same photo when the selected state background doesn't show up and the photo count will keep going up.

Screenshot_20221118_102204

Specifications

ImagePickerConfig {
            mode = ImagePickerMode.MULTIPLE
            theme = R.style.image_picker_theme
            limit = COLLECTION_PHOTO_LIMIT
            folderTitle = getString(R.string.upload_images)
            isShowCamera = true
            isIncludeVideo = false
}
  • Image Picker Version: 3.0.0
  • Android OS: Android 13
  • Phone: Pixel 4a
@esafirm esafirm added the bug label Nov 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants