-
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] NullReferenceException for Span GridItemsLayout fix #20492
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. |
/azp run MAUI-UITests-public |
Azure Pipelines successfully started running 1 pipeline(s). |
Hi @kubaflo can you explain how this fixes the issue ? Why is PropertyChanged firing before CollectionView be set? Maybe we need to fix why that event is firing ? |
@rmarinho Hi, I'm not quite sure, but it is related to binding to the page, because when using a constant value for the span instead of using the binding the PropertyChanged doesn't fire |
Description of Change
Added a null check
Issues Fixed
Fixes #19803
Fixes #18828
Simulator.Screen.Recording.-.iPhone.15.Pro.Max.-.2024-02-10.at.14.36.10.mp4