format: 全局更改APP夜间模式相关名称的代码为深色模式

This commit is contained in:
chenjuntao
2022-09-19 15:32:26 +08:00
parent 4be0ea9a96
commit 9d76bcc06e
221 changed files with 696 additions and 720 deletions

View File

@ -26,8 +26,8 @@ public class ConcernActivity extends ToolBarActivity {
}
@Override
protected void onNightModeChange() {
super.onNightModeChange();
protected void onDarkModeChanged() {
super.onDarkModeChanged();
ExtensionsKt.updateStatusBarColor(this, R.color.background_white, R.color.background_white);
}