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

iOS: Fix Array Index Out of Range Exception in StepQuizMatchingViewModel.swift #1229

Conversation

ivan-magda
Copy link
Member

Resolves #1228

This pull request includes a small but important change to the StepQuizMatchingViewModel.swift file. The change ensures safer access to array elements by using a custom subscript that prevents out-of-bounds errors.

@ivan-magda ivan-magda added the bug Something isn't working label Nov 1, 2024
@ivan-magda ivan-magda added this to the 1.78 milestone Nov 1, 2024
@ivan-magda ivan-magda self-assigned this Nov 1, 2024
@github-actions github-actions bot added the ios iOS module task label Nov 1, 2024
@ivan-magda ivan-magda merged commit e44ab2a into develop Nov 1, 2024
12 checks passed
@ivan-magda ivan-magda deleted the fix/1228-ios-array-index-out-of-range-exception-in-stepquizmatchingviewmodelswift branch November 1, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ios iOS module task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

iOS: Array Index Out of Range Exception in StepQuizMatchingViewModel.swift
1 participant