ImagePicker icon indicating copy to clipboard operation
ImagePicker copied to clipboard

Opening image gallery is jittery

Open PriyaSindkar opened this issue 2 years ago • 0 comments

Opening image gallery is jittery

Android version Android 10

Impacted devices All

SDK version SDK 32

Other information When you open the image picker from

.createIntent { intent ->
            startForProfileImageResult.launch(intent)

the screen jitters a bit and then presents the images to pick from.

PriyaSindkar avatar May 06 '22 12:05 PriyaSindkar