Description
When trying to parse SwipeItems via BindableProperty to a UI Element within a CollectionView it crashes on Android after trying to swipe a second Element.
Steps to Reproduce
- Create a MAUI Project.
- Make a CollectionView with a Itemtemplate which has a SwipeView.
- Make a variable of the typ SwipeItems
- Bind that variable to either LeftSwipeItems or RightSwipeItems
- Try sliding a entry to the side.
- Try sliding another one to the side, without sliding the previous one back.
- Observe Java IllegalArgument!
Link to public reproduction project repository
https://github.com/DxsSucuk/Maui.DataGrid/tree/feature/swipeItem
Version with bug
7.0.96
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 12
Did you find any workaround?
Adding the SwipeItems in the Datatemplate, but that is not a actual solution since it stops any flexability.
Relevant log output
No response
Description
When trying to parse SwipeItems via BindableProperty to a UI Element within a CollectionView it crashes on Android after trying to swipe a second Element.
Steps to Reproduce
Link to public reproduction project repository
https://github.com/DxsSucuk/Maui.DataGrid/tree/feature/swipeItem
Version with bug
7.0.96
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 12
Did you find any workaround?
Adding the SwipeItems in the Datatemplate, but that is not a actual solution since it stops any flexability.
Relevant log output
No response