fix: 修改文件损坏
This commit is contained in:
parent
d565f299ad
commit
8c81509ccb
@ -12,8 +12,8 @@ android {
|
|||||||
applicationId "com.navinfo.outdoor"
|
applicationId "com.navinfo.outdoor"
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 39
|
versionCode 40
|
||||||
versionName "8.221216"
|
versionName "8.221219"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
lintOptions {
|
lintOptions {
|
||||||
|
@ -1363,10 +1363,10 @@ public class AutoTakePictureActivity extends BaseActivity implements View.OnClic
|
|||||||
.subscribe(new Consumer<PoiEntity>() {
|
.subscribe(new Consumer<PoiEntity>() {
|
||||||
@Override
|
@Override
|
||||||
public void accept(PoiEntity poiEntity) {
|
public void accept(PoiEntity poiEntity) {
|
||||||
// 已经处理过该任务,将其从finish列表中移除
|
// // 已经处理过该任务,将其从finish列表中移除
|
||||||
if (poiEntity!=null) {
|
// if (poiEntity!=null) {
|
||||||
finishEntityMap.remove(poiEntity.getTaskId());
|
// finishEntityMap.remove(poiEntity.getTaskId());
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}, new Consumer<Throwable>() {
|
}, new Consumer<Throwable>() {
|
||||||
@Override
|
@Override
|
||||||
@ -1382,7 +1382,7 @@ public class AutoTakePictureActivity extends BaseActivity implements View.OnClic
|
|||||||
public void run() throws Exception {
|
public void run() throws Exception {
|
||||||
// 重新绘制网络任务和本地任务
|
// 重新绘制网络任务和本地任务
|
||||||
initRoadLine2Map();
|
initRoadLine2Map();
|
||||||
finishEntityMap.clear();
|
// finishEntityMap.clear();
|
||||||
hasFinishTask = false;
|
hasFinishTask = false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
@ -3,8 +3,8 @@ package com.navinfo.outdoor.http;
|
|||||||
public class HttpInterface {
|
public class HttpInterface {
|
||||||
// public static final String IP = "http://172.23.138.133:9999/m4";//测试接口-IP
|
// public static final String IP = "http://172.23.138.133:9999/m4";//测试接口-IP
|
||||||
public static final String IPm = "http://dtxbmaps.navinfo.com/dtxb/dev/m4";//开发接口-外网
|
public static final String IPm = "http://dtxbmaps.navinfo.com/dtxb/dev/m4";//开发接口-外网
|
||||||
public static final String IP = "http://dtxbmaps.navinfo.com/dtxb/test/m4";//测试接口-外网
|
public static final String IP1 = "http://dtxbmaps.navinfo.com/dtxb/test/m4";//测试接口-外网
|
||||||
public static final String IP1 = "http://dtxbmaps.navinfo.com/dtxb/m4";//正式接口
|
public static final String IP = "http://dtxbmaps.navinfo.com/dtxb/m4";//正式接口
|
||||||
public static final String USER_PATH = "/user/";//我的
|
public static final String USER_PATH = "/user/";//我的
|
||||||
public static final String MSG_LIST_PATH = "/msgList/";//发现
|
public static final String MSG_LIST_PATH = "/msgList/";//发现
|
||||||
public static final String USER_LOGIN_PATH = "/userlogin/";//登录
|
public static final String USER_LOGIN_PATH = "/userlogin/";//登录
|
||||||
|
Loading…
x
Reference in New Issue
Block a user