1
0
mirror of https://github.com/bspeice/itcs4180 synced 2024-11-08 16:38:14 -05:00

Scan now works

This commit is contained in:
tokugawa 2014-04-26 11:13:00 -04:00
parent 5c124121fb
commit d386b0b346

View File

@ -46,7 +46,7 @@ public class LocationClient {
}
catch(RetrofitError e)
{
return "Verification failed";
return null;
}
}