Closed ajayyy closed 6 years ago
The line below throws an error according to Android Studio. The app still runs and functions fine though.
if (v.getId() > 0) {
i think it is used so we dont call getbyId on items without id or vice versa
Removed the if statement as it was unneeded anyway. We might need to revisit this issue if something breaks as a result of this fix.
The line below throws an error according to Android Studio. The app still runs and functions fine though.