|
|
@@ -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) {
|