Ver Fonte

MOBILE - geolocation error catching changes

Nick-PRSDigital@bitbucket.org há 2 anos atrás
pai
commit
9b3237d30d
1 ficheiros alterados com 1 adições e 4 exclusões
  1. 1 4
      InABox.Mobile/Shared/Geolocation.cs

+ 1 - 4
InABox.Mobile/Shared/Geolocation.cs

@@ -140,10 +140,7 @@ namespace InABox.Mobile
                                     }
 
                                 }
-                                catch (Java.IO.IOException ioex)
-                                {
-                                    return;
-                                }
+                        
                                 catch (Exception ee2)
                                 {
                                     sErr = ee2.Message;