游戏详情接入游戏推荐(大家都在玩),优化代码
This commit is contained in:
@ -151,6 +151,9 @@ public class DialogUtils {
|
||||
sizeName = df.format(size) + "MB";
|
||||
}
|
||||
|
||||
if (sendTime == 0) {
|
||||
sendTime = 1;
|
||||
}
|
||||
|
||||
int i = (filesSize / 1024) / (sendTime / 1000);
|
||||
String speed ;
|
||||
|
||||
Reference in New Issue
Block a user