huhx / compose_image_picker

📸 Image Picker for Jetpack Compose
MIT License
51 stars 4 forks source link

Button is still disabled when image selected #1

Closed huhx closed 2 years ago

huhx commented 2 years ago
image
huhx commented 2 years ago

Previously, isEnable variable is not remembered, so when we select the images. Even selected variable has changed, but the isEnable variable still be the init value false. So button is not updated