浏览代码

MOBILE - geolocation error catching changes

Nick-PRSDigital@bitbucket.org 2 年之前
父节点
当前提交
9b3237d30d
共有 1 个文件被更改,包括 1 次插入4 次删除
  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;