Open samuelsainz opened 1 month ago
When you delete an exercise from the list using the swipe gesture, the exercise is not only deleted from the list but from the "All exercises" list.
Swiping to delete the exercise in ExerciseListDetailView should only delete the exercise from the list.
ExerciseListDetailView
@heyjaywilson I'd like to tackle this one if that's ok :)
Description
When you delete an exercise from the list using the swipe gesture, the exercise is not only deleted from the list but from the "All exercises" list.
Solution
Swiping to delete the exercise in
ExerciseListDetailView
should only delete the exercise from the list.Video