Commit 14c61e0f2de5b1e393ea6d9ec2b1a093af6d414b
1 parent
c959d477
1 修改轨迹工具,提示重新上传文件的展示方式
Showing
1 changed file
with
1 additions
and
1 deletions
moudle_pedometer/src/main/java/com/cnlive/moudle/collectionTrace/frame/view/StartTraceFragmentView.java
| ... | ... | @@ -201,7 +201,7 @@ public class StartTraceFragmentView implements MvpView, SensorEventListener { |
| 201 | 201 | } |
| 202 | 202 | } else { |
| 203 | 203 | //已经完成,但是没有上传 |
| 204 | - SelectDialog selectDialog = new SelectDialog(getContext(), "您还有未上传成功的数据,是否重新上传?", "取消", new SelectDialog.DialogInterface() { | |
| 204 | + SelectDialog selectDialog = new SelectDialog(getContext(), "您还有未上传成功的数据\n是否重新上传?", "取消", new SelectDialog.DialogInterface() { | |
| 205 | 205 | @Override |
| 206 | 206 | public void onClick(SelectDialog dialog) { |
| 207 | 207 | //删除数据 | ... | ... |