소스 검색

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;