[SwipeListItem] Fix view property
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.
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.