remix code of RTK ,pull handler in UploadInTimeHandler

This commit is contained in:
zhongchao
2021-01-26 17:42:06 +08:00
parent 6cefa11fa0
commit 4bf28fbc60
4 changed files with 112 additions and 75 deletions

View File

@@ -106,6 +106,10 @@ public class SocketHandler {
};
public void sendMsg(List<CloudLocationInfo> cloudLocationInfo) {
if(cloudLocationInfo == null){
Log.e(TAG,"请检查传入数组对象为Null");
return;
}
CloudLocationInfo lastInfo = null;
// 如果数组内容不为空,就用数组最后一个值
if (!cloudLocationInfo.isEmpty()) {