光环助手V3.4 RELEASE(20180827-0940)测试问题汇总
This commit is contained in:
@ -116,7 +116,7 @@ public class CropImageActivity extends BaseActivity {
|
||||
int percent = (int) (100 * (progress / (float) total));
|
||||
if (percent >= 100) percent = 99;
|
||||
if (postDialog != null) {
|
||||
postDialog.uploadWaitingHint("图片上传中" + percent + "%");
|
||||
postDialog.uploadWaitingHint("图片上传中 " + percent + "%");
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user