We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ece9c commit 3452ea1Copy full SHA for 3452ea1
src/main/java/ru/r2cloud/cloud/GpsdClient.java
@@ -132,7 +132,7 @@ private void updateCoordinatesAsync() {
132
haveResult = true;
133
this.lat = latValue.asDouble();
134
this.lon = lonValue.asDouble();
135
- if (alt != null) {
+ if (altValue != null) {
136
this.alt = altValue.asDouble();
137
}
138
lock.notifyAll();
0 commit comments