LakeEffectRobotics / LakeEffectScoutingApp

Scouting app for FIRST Robotics Competition team Lake Effect Robotics
https://play.google.com/store/apps/details?id=ca.lakeeffect.scoutingapp
Other
7 stars 10 forks source link

Fix issues with getting id to check if something exists #129

Closed ajayyy closed 6 years ago

ajayyy commented 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) {
gregk27 commented 6 years ago

i think it is used so we dont call getbyId on items without id or vice versa

ajayyy commented 6 years ago

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.