界面优化 友盟增加so
This commit is contained in:
@ -11,7 +11,7 @@ public class SpeedUtils {
|
||||
}
|
||||
return str + "MB/s";
|
||||
}
|
||||
return kSpeed + "K/s";
|
||||
return kSpeed + "KB/s";
|
||||
}
|
||||
|
||||
public static String getRemainTime(long totalSize, long currentSize, long speed) {
|
||||
|
||||
Reference in New Issue
Block a user