背景像素切换流程测试完成
This commit is contained in:
@@ -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