iFixit / iFixitAndroid

Official iFixit Android App
https://play.google.com/store/apps/details?id=com.dozuki.ifixit
GNU General Public License v3.0
162 stars 88 forks source link

Guide edit ignores failed API calls #101

Closed marczych closed 11 years ago

marczych commented 11 years ago

As far as I can tell, guide edit completely ignores failed API calls such as 409 Conflicts. It should at the minimum display a message to the user telling them that something failed. We could update the step with new values but we would throw away the user's changes. Not a whole lot else we can do at this point unless we want to make a diff interface (we don't).

marczych commented 11 years ago

Fixed with 5289116