导航菜单

页面标题

页面副标题

OLX India v19.42.007 - FullScreenWebViewActivity.java 源代码

正在查看: OLX India v19.42.007 应用的 FullScreenWebViewActivity.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package olx.com.delorean.view.webview;

import android.os.Bundle;
import androidx.appcompat.widget.Toolbar;

public class FullScreenWebViewActivity extends c {
    protected int L2() {
        return com.olx.southasia.k.activity_fullscreen_web;
    }

    @Override
    protected void e3() {
    }

    public void g3() {
    }

    public void n3(boolean z) {
    }

    @Override
    protected WebViewFragment o3() {
        InAppWebViewFragment inAppWebViewFragment = new InAppWebViewFragment();
        inAppWebViewFragment.setArguments(getIntent().getExtras());
        return inAppWebViewFragment;
    }

    @Override
    public void onCreate(Bundle bundle) {
        ((com.olxgroup.panamera.app.common.activities.i) this).Z = new Toolbar(this);
        super.onCreate(bundle);
    }
}