正在查看: OLX India v19.42.007 应用的 BuyersFullScreenWebActivity.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: OLX India v19.42.007 应用的 BuyersFullScreenWebActivity.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package olx.com.delorean.view.webview.buyers;
import android.os.Bundle;
import kotlin.Metadata;
import kotlin.jvm.internal.DefaultConstructorMarker;
import olx.com.delorean.view.webview.WebViewFragment;
@Metadata
public final class BuyersFullScreenWebActivity extends h {
public static final a l0 = new a(null);
public static final class a {
public a(DefaultConstructorMarker defaultConstructorMarker) {
this();
}
private a() {
}
}
@Override
protected WebViewFragment o3() {
Bundle extras = getIntent().getExtras();
if (extras != null) {
extras.putBoolean("startOnResume", false);
extras.putBoolean("allow_file_access", extras.getBoolean("allow_file_access", false));
} else {
extras = null;
}
BuyersInAppWebViewFragment buyersInAppWebViewFragment = new BuyersInAppWebViewFragment();
buyersInAppWebViewFragment.setArguments(extras);
return buyersInAppWebViewFragment;
}
@Override
public void onCreate(Bundle bundle) {
super.onCreate(bundle);
n3(true);
WebViewFragment o3 = o3();
this.i0 = o3;
b3(o3, true);
}
}