背景像素切换流程测试完成

This commit is contained in:
2025-12-14 04:53:17 +08:00
parent cff26b3d11
commit 5a0c429131
2 changed files with 4 additions and 2 deletions

View File

@@ -325,6 +325,7 @@ public class BackgroundSettingsActivity extends WinBoLLActivity {
bean.setPixelColor(0);
mBgSourceUtils.saveSettings();
doubleRefreshPreview();
isPreviewBackgroundChanged = true;
ToastUtils.show("像素颜色已清空");
LogUtils.d(TAG, "【像素清空】旧颜色:" + oldColor);
}
@@ -861,6 +862,7 @@ public class BackgroundSettingsActivity extends WinBoLLActivity {
private void handlePixelPickerResult(int requestCode, int resultCode, Intent data) {
doubleRefreshPreview();
isPreviewBackgroundChanged = true;
}
}