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
In the SessionRepository, there is logic that inserts extra attributes at the position currently selected. This is a legacy feature, as this logic was necessary in the old carousel to ensure that the new choice was inserted at the correct position in the carousel. This is no longer needed.
In the new screen, the additional option should be inserted at the bottom of the list, and the selection should move to the bottom option.
Note: It might be possible to completely remove the remaining logic in the SessionRepository and move it to the DisclosurePermissionBloc. This would centralize all the logic in one place.
In the SessionRepository, there is logic that inserts extra attributes at the position currently selected. This is a legacy feature, as this logic was necessary in the old carousel to ensure that the new choice was inserted at the correct position in the carousel. This is no longer needed.
In the new screen, the additional option should be inserted at the bottom of the list, and the selection should move to the bottom option.
Note: It might be possible to completely remove the remaining logic in the SessionRepository and move it to the DisclosurePermissionBloc. This would centralize all the logic in one place.
Example:
The newly added email address must be inserted at the bottom (instead of at the top or the middle).
The text was updated successfully, but these errors were encountered: