From 4612593d88571e42cac63af723c6b0ebce9001f7 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Tue, 15 Apr 2025 20:47:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B0=83=E8=AF=95=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../powerbell/activities/BackgroundPictureActivity.java | 5 +++-- .../powerbell/dialogs/BackgroundPicturePreviewDialog.java | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/powerbell/src/main/java/cc/winboll/studio/powerbell/activities/BackgroundPictureActivity.java b/powerbell/src/main/java/cc/winboll/studio/powerbell/activities/BackgroundPictureActivity.java index 929e987..2ddca5f 100644 --- a/powerbell/src/main/java/cc/winboll/studio/powerbell/activities/BackgroundPictureActivity.java +++ b/powerbell/src/main/java/cc/winboll/studio/powerbell/activities/BackgroundPictureActivity.java @@ -132,8 +132,9 @@ implements BackgroundPicturePreviewDialog.IOnRecivedPictureListener { dlg.show(); } } - + void initEnv() { + LogUtils.d(TAG, "initEnv()"); _RecivedPictureFileName = "Recived.data"; } @@ -152,7 +153,7 @@ implements BackgroundPicturePreviewDialog.IOnRecivedPictureListener { // 加载背景 startCropImageActivity(false); } - + // // 更新预览背景 // diff --git a/powerbell/src/main/java/cc/winboll/studio/powerbell/dialogs/BackgroundPicturePreviewDialog.java b/powerbell/src/main/java/cc/winboll/studio/powerbell/dialogs/BackgroundPicturePreviewDialog.java index fe413f3..054da89 100644 --- a/powerbell/src/main/java/cc/winboll/studio/powerbell/dialogs/BackgroundPicturePreviewDialog.java +++ b/powerbell/src/main/java/cc/winboll/studio/powerbell/dialogs/BackgroundPicturePreviewDialog.java @@ -72,6 +72,7 @@ public class BackgroundPicturePreviewDialog extends Dialog { } void initEnv() { + LogUtils.d(TAG, "initEnv()"); mszPreReceivedFileName = "PreReceived.data"; }