-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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] CarouselView with CarouselViewHandler2 make app crash when Loop="False" and user scroll to the last position - fix #26868
base: main
Are you sure you want to change the base?
Conversation
Hey there @kubaflo! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks sensible, is it possible to add a test for this? I feel like a device test that just renders the CV should trigger this?
Can you set the position via code, or does the user have to scroll manually for this to occur?
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
@mattleibow added :) |
/azp run |
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems the test is failing
AppShouldNotCrashOnScrollingCarouselViewWithoutLoop
0cf6808
to
a913297
Compare
@rmarinho can we try again? |
Azure Pipelines successfully started running 3 pipeline(s). |
Issues Fixed
Fixes #26863
@rmarinho