This commit is contained in:
wangcongtao
2020-10-27 17:34:37 +08:00
parent ffc511b969
commit 7de1dc472e
12 changed files with 401 additions and 225 deletions

View File

@@ -44,6 +44,11 @@ class MachineVisionMapViewHandler {
}
public void renderSnapshotSetData( MogoSnapshotSetData data ) {
if ( data == null ) {
return;
}
if ( mMachineVisionMapView == null ) {
return;
}
}
}