hhroc / yellr-android

YellR Android App
GNU General Public License v2.0
2 stars 5 forks source link

handle spoofed locations better #183

Open thequbit opened 9 years ago

thequbit commented 9 years ago

It appears that someone was trying to spoof their location but put in 42,42 rather than the expected format of 42.42. This produced an error:

Caused by: java.lang.NumberFormatException: Invalid double: "42,42"

There are a couple ways to handle this, I'm just going to replace coma's to start.