Merge branch 'dev' of gitlab.ghzhushou.com:halo/assistant-android into 3.1
This commit is contained in:
@ -154,8 +154,8 @@ public class DialogUtils {
|
||||
sizeName = df.format(size) + "MB";
|
||||
}
|
||||
|
||||
if (sendTime == 0) {
|
||||
sendTime = 1;
|
||||
if (sendTime < 1000) { // 最少设置发送时间为1s(为了简易计算)
|
||||
sendTime = 1000;
|
||||
}
|
||||
|
||||
int i = (filesSize / 1024) / (sendTime / 1000);
|
||||
|
||||
Reference in New Issue
Block a user