Skip to content

[SwipeListItem] Fix view property

Ismael Asensio requested to merge work/fix-swipelistitem-view into master

Add missing parenthesis to respect the operations order.

Otherwise, when the SwipeListItem is not directly the ListView delegate, it tries to set its parent as the view, which fails with a warning.

Merge request reports