Android
Android copied to clipboard
Improve change detection in edit activity using ViewModel
Given the edit activity now uses a viewmodel, we can more easily compare it with the card initially loaded in to decide if there are changed.
This will allow us to get rid of all the hasChanges code in the edit activity