导航菜单

页面标题

页面副标题

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

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

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


package com.naspers.notificationhub.views.activities;

import android.os.Bundle;
import androidx.appcompat.app.d;
import androidx.appcompat.widget.Toolbar;
import androidx.fragment.app.Fragment;
import com.naspers.notificationhub.c;
import com.naspers.notificationhub.e;
import com.naspers.notificationhub.j;
import com.naspers.notificationhub.k;
import com.naspers.notificationhub.views.fragments.NotificationsListFragment;

public class NotificationsActivity extends d {
    private void k2() {
        getSupportFragmentManager().s().c(j.container, h2(), "notification_fragment").i();
    }

    private void m2() {
        Toolbar findViewById = findViewById(j.toolbar);
        if (findViewById != null) {
            setSupportActionBar(findViewById);
        }
    }

    protected Fragment h2() {
        return NotificationsListFragment.n5();
    }

    protected int i2() {
        int j = j2().j();
        return j != 0 ? j : k.nh_default_notification_activity;
    }

    public c j2() {
        return e.g().f();
    }

    protected void onCreate(Bundle bundle) {
        super/*androidx.fragment.app.r*/.onCreate(bundle);
        setContentView(i2());
        m2();
        k2();
    }
}