You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a choice fails to preload, the choice is still added to the list of preloaded choices. This may lead to a choice set being presented with choices that are not loaded.
Reproduction Steps
Attempt to preload 3 cells
Once cell fails in the SDLPreloadChoicesOperation phase
Expected Behavior
Cell is not available in the SDLChoiceSetManager.preloadedMutableChoices set.
Observed Behavior
Cell is available in the SDLChoiceSetManager.preloadedMutableChoices set.
OS & Version Information
iOS Version: n/a
SDL iOS Version: 7.1.0-develop
Testing Against: n/a
Test Case, Sample Code, and / or Example App
n/a
The text was updated successfully, but these errors were encountered:
Bug Report
When a choice fails to preload, the choice is still added to the list of preloaded choices. This may lead to a choice set being presented with choices that are not loaded.
Reproduction Steps
SDLPreloadChoicesOperation
phaseExpected Behavior
Cell is not available in the
SDLChoiceSetManager.preloadedMutableChoices
set.Observed Behavior
Cell is available in the
SDLChoiceSetManager.preloadedMutableChoices
set.OS & Version Information
Test Case, Sample Code, and / or Example App
n/a
The text was updated successfully, but these errors were encountered: