msimms / OpenWorkoutTracker

A workout tracker for iOS that includes cycling, running, as well as strength exercises. Supports Bluetooth sensors.
Other
49 stars 3 forks source link

Activity Deletion Not Working #7

Closed msimms closed 5 years ago

msimms commented 5 years ago

Describe the bug Activity deletion is broken.

To Reproduce Steps to reproduce the behavior:

  1. Try to delete an activity to left swiping on the History screen.
msimms commented 5 years ago

Fixed. The issue had to do with changing the activity ID to a UUID - the delete code had not been updated.