Skip to content

Commit

Permalink
testing minor improvement for map view
Browse files Browse the repository at this point in the history
hpsaturn committed Mar 6, 2024
1 parent 3d18f1f commit c4ee521
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -99,7 +99,7 @@ private void loadLastTracks() {
}

public void addMarker(SensorTrackInfo trackInfo) {
if(mapView!=null){
if(mapView!=null && !mapView.isShown()){
try {
Marker pointMarker = new Marker(mapView);
pointMarker.setOnMarkerClickListener((marker, mapView) -> {

0 comments on commit c4ee521

Please sign in to comment.