日夜间模式的切换(修复首页tab日夜间模式切换变色异常) https://git.shanqu.cc/halo/android/assistant-android/-/issues/65
This commit is contained in:
@ -1036,4 +1036,10 @@ public class MainActivity extends BaseActivity {
|
||||
protected boolean isAutoResetViewBackgroundEnabled() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void updateStaticViewBackground(View view) {
|
||||
if (mMainWrapperFragment.getCurrentItem() == MainWrapperFragment.INDEX_HOME) return;
|
||||
super.updateStaticViewBackground(view);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user