CMPUT301F18T24 / Mark-Me

This is an Android app for keeping track of medical issues.
Apache License 2.0
4 stars 4 forks source link

Map record editing fixed - #104

Closed curtisgoud closed 5 years ago

curtisgoud commented 5 years ago

SelectedProblem is switched when selecting map record to the records problem

This is kind of an expensive operation and might be better done with more controller methods, this is expensive because it involves switching selected problems which will perform a disk IO task. We could maybe add some sort of check to see if this has already been done? It would allow for a faster transition