背景像素切换流程测试完成
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sat Dec 13 20:44:35 GMT 2025
|
||||
#Sat Dec 13 20:50:08 GMT 2025
|
||||
stageCount=2
|
||||
libraryProject=
|
||||
baseVersion=15.14
|
||||
publishVersion=15.14.1
|
||||
buildCount=47
|
||||
buildCount=50
|
||||
baseBetaVersion=15.14.2
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user