openedx / openedx-app-ios

The mobile app for iOS for the Open EdX Platform.
Apache License 2.0
19 stars 13 forks source link

Small fix for deleting downloaded files #453

Closed rnr closed 2 weeks ago

rnr commented 2 weeks ago

This is small fix for issue https://github.com/openedx/openedx-app-ios/issues/451 For some reason we deleted the data from DB first and then tried to delete the local file, but the url of the file is built on the data from DB. Now it's fixed