正在查看: Hyouka private v5.8.9 应用的 ChatSettingsActivity.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Hyouka private v5.8.9 应用的 ChatSettingsActivity.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.beint.project;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.view.MenuItem;
import com.beint.project.screens.settings.more.settings.ChatSettingsFragment;
import com.beint.project.screens.sms.AppModeNotifierActivity;
import com.beint.project.screens.ui.ChatSettingsScreen;
public final class ChatSettingsActivity extends AppModeNotifierActivity {
protected void onCreate(Bundle bundle) {
super.onCreate(bundle);
ChatSettingsScreen chatSettingsScreen = new ChatSettingsScreen(this);
setContentView(chatSettingsScreen);
overridePendingTransition(0, 0);
setSupportActionBar(chatSettingsScreen.getToolbar());
androidx.appcompat.app.a supportActionBar = getSupportActionBar();
if (supportActionBar != null) {
supportActionBar.q(true);
}
androidx.appcompat.app.a supportActionBar2 = getSupportActionBar();
if (supportActionBar2 != null) {
supportActionBar2.r(true);
}
androidx.appcompat.app.a supportActionBar3 = getSupportActionBar();
if (supportActionBar3 != null) {
supportActionBar3.t(androidx.core.content.a.e(this, 2131231255));
}
getSupportFragmentManager().n().q(R.id.container_view, new ChatSettingsFragment()).j();
}
public boolean onOptionsItemSelected(MenuItem menuItem) {
kotlin.jvm.internal.k.f(menuItem, "item");
if (menuItem.getItemId() == 16908332) {
finish();
}
return super/*android.app.Activity*/.onOptionsItemSelected(menuItem);
}
public final void reload() {
finish();
startActivity(new Intent((Context) this, (Class<?>) ChatSettingsActivity.class));
}
}