清理图片加载前的调试色调。优化加载速度。

This commit is contained in:
2025-12-10 18:11:10 +08:00
parent 6b3682994e
commit ec54865a8e
3 changed files with 3 additions and 4 deletions

View File

@@ -217,7 +217,7 @@ public class BackgroundView extends RelativeLayout {
public void run() {
adjustImageViewSize();
}
}, 120);
}, 150);
return;
}