fix:【夜间模式】UI测试调整问题汇总(6月第1周)https://git.shanqu.cc/pm/halo/halo-app-issues/-/issues/1901
This commit is contained in:
@ -25,7 +25,7 @@ public class DownloadManagerActivity extends ToolBarActivity {
|
||||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
ExtensionsKt.updateStatusBarColor(this, R.color.black, R.color.white);
|
||||
ExtensionsKt.updateStatusBarColor(this, R.color.text_292929, R.color.white);
|
||||
}
|
||||
|
||||
@Override
|
||||
@ -60,6 +60,6 @@ public class DownloadManagerActivity extends ToolBarActivity {
|
||||
@Override
|
||||
protected void onNightModeChange() {
|
||||
super.onNightModeChange();
|
||||
ExtensionsKt.updateStatusBarColor(this, R.color.black, R.color.white);
|
||||
ExtensionsKt.updateStatusBarColor(this, R.color.text_292929, R.color.white);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user