Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[net7.0] _itemsSource may be null in CarouselViewLoopManager (#11967)
* _itemsSource may be null I'm seeing a NullReferenceException in this method. There are no guards against `_itemsSource` being null, so dereferencing it to get its `Count` seems likely to be the problem. * fix dropped semicolon Co-authored-by: Nicholas Bauer <nicholasbauer@outlook.com>
- Loading branch information