[Android] Removing a CarouselView item crashes app #17809
Labels
area-controls-collectionview
CollectionView, CarouselView, IndicatorView
platform/android 🤖
t/bug
Something isn't working
Milestone
Description
Removing a CarouselView item right after adding it will crash the app.
If I add item A and remove item A, app will crash.
If I add item A, add item B, and then remove item A, app does not crash.
Steps to Reproduce
dotnet build WhatToEat/Recipes.csproj -t:Run -f net8.0-android
Link to public reproduction project repository
https://github.com/rachelkang/recipeSearch
Version with bug
Unknown/Other
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android, I was not able test on other platforms
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: