优化一般静态图片的加载显示逻辑

This commit is contained in:
juntao
2020-09-18 09:56:44 +08:00
parent 47f9c967b1
commit ba79d009e6
7 changed files with 78 additions and 26 deletions

View File

@ -273,7 +273,6 @@ public class DeviceUtils {
return memInfo.totalMem / (1024 * 1024);
}
// 只能获取WiFi的IpAddress
public static String getCurrentIpAddress() {
String ipAddress = "0.0.0.0";