光环助手V3.4 RELEASE(20180827-0940)测试问题汇总

This commit is contained in:
kehaoyuan
2018-08-27 20:21:12 +08:00
parent 7802d961a3
commit a6b7beed75
18 changed files with 115 additions and 70 deletions

View File

@ -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 + "%");
}
}
});