fix bug and open log

This commit is contained in:
zhongchao
2021-05-26 22:46:57 +08:00
parent f91c92e1fd
commit f2cc7cf211
2 changed files with 5 additions and 1 deletions

View File

@@ -147,6 +147,10 @@ public class SnapshotSetDataDrawer extends BaseDrawer implements IMogoMarkerClic
return;
}
if (!MogoApisHandler.getInstance().getApis().getStatusManagerApi().isVrMode()) {
return;
}
List<SocketDownData.CloudRoadDataProto> allDatumsList = new ArrayList<>();
prepareData(data.getAllListList(), allDatumsList);