소스 검색

尝试修改

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