Explorar o código

Merge branch 'develop' of https://github.com/swict/LifeplusAndroid into develop

hyodong.min %!s(int64=6) %!d(string=hai) anos
pai
achega
965a79a90d

+ 2 - 8
app/src/main/java/kr/co/zumo/app/lifeplus/view/screen/contents/ContentsPresenter.java

@@ -665,14 +665,8 @@ public class ContentsPresenter extends ContentsBasePresenter<ContentsModel, ICon
   }
 
   private void linkDeep(String url, String deepUrl) {
-    try {
-      Intent intent = new Intent(Intent.ACTION_VIEW);
-      intent.setData(Uri.parse(deepUrl));
-      view.getActivity().startActivity(intent);
-    } catch (Exception e) {
-      shipToWeb(url, ScreenID.WEB_FROM_CONTENTS);
-      go(ScreenID.WEB_FROM_CONTENTS);
-    }
+    shipToWeb(url, ScreenID.WEB_FROM_CONTENTS);
+    go(ScreenID.WEB_FROM_CONTENTS);
   }
 
   private void shipToWeb(String webUrl, int screenId) {