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