修改vip变灯marker在vr模式下的显示问题

This commit is contained in:
tongchenfei
2020-12-22 17:46:12 +08:00
parent bf24d99cd3
commit 2559886687
4 changed files with 46 additions and 3 deletions

View File

@@ -48,10 +48,13 @@ public class MogoRTKLocation {
if (msg.what == MSG_DATA_CHANGED) {
mHandler.sendEmptyMessageDelayed(MSG_DATA_CHANGED, uploadDelay);
sendLocationData();
Logger.d(TAG,"handleMessage开始发送消息");
}
}
};
mHandler.sendEmptyMessage(MSG_DATA_CHANGED);
Logger.d(TAG,"构造方法开始发送消息");
}
public interface RTKLocationListener {