Skip to content

Fix: Image picker crash and restrict selection to images only #1516

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Vainyala17
Copy link

Purpose / Description

Fixed the app crash that occurred when selecting multiple images using the image picker.
Restricted the file picker to only allow image files to prevent unintended crashes from unsupported file types.

Fixes

Fixes app crash when picking multiple images (#1510)

Restricts file picker to images only (#1490)

Approach

The fix modifies the image picker logic to handle multiple selections safely and adds validation to restrict the file picker to accept only images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant