加快图片加载速度。

This commit is contained in:
2025-12-10 18:36:49 +08:00
parent de34e823b6
commit a148de2ab8
2 changed files with 3 additions and 3 deletions

View File

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