Skip to content

Commit

Permalink
MainActivity.java fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrupczak3 committed May 24, 2024
1 parent 93cbe8e commit 79661e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/openathena/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ public void calculateImage(View view, boolean shouldISendCoT)
// e.g. for use with ATAK app
if (shouldISendCoT) {
// NOTE that the CoT spec requires WGS84 hae, not EGM96 above mean sea level
CursorOnTargetSender.sendCoT(this, latitude, longitude, altitudeDouble, theta, exif.getAttribute(ExifInterface.TAG_DATETIME), null);
CursorOnTargetSender.sendCoT(this, latitude, longitude, altitudeDouble, theta, exif.getAttribute(ExifInterface.TAG_DATETIME));
}
} catch (XMPException e) {
Log.e(TAG, e.getMessage());
Expand Down

0 comments on commit 79661e9

Please sign in to comment.