Browse Source

MOBILE - geolocation error catching changes

Nick-PRSDigital@bitbucket.org 2 years ago
parent
commit
9b3237d30d
1 changed files with 1 additions and 4 deletions
  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;