浏览代码

尝试修改

wuchengshuang 4 年之前
父节点
当前提交
6957fbf10a
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      app/src/main/java/com/sheep/gamegroup/util/Jump2View.java

+ 3 - 3
app/src/main/java/com/sheep/gamegroup/util/Jump2View.java

@@ -969,12 +969,12 @@ public class Jump2View {
             return;
         }
         Intent intent;
-        //intent = new Intent(context, ActWebX5.class);
-        if (SheepApp.getInstance().shouldOpenWebInNewProcess) {
+        intent = new Intent(context, ActWebX5.class);
+        /*if (SheepApp.getInstance().shouldOpenWebInNewProcess) {
             intent = new Intent(context, ActWebX5NewProcess.class);
         } else {
             intent = new Intent(context, ActWebX5.class);
-        }
+        }*/
 
         intent.putExtra(WebParams.class.getSimpleName(), webParams);
         if (needNewTask) {