Scan now works

master
tokugawa 2014-04-26 11:13:00 -04:00
parent 5c124121fb
commit d386b0b346
1 changed files with 1 additions and 1 deletions

View File

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