Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kike-canaries/android-hpma115s0 i…
Browse files Browse the repository at this point in the history
…nto fix_nearby_devices
  • Loading branch information
hpsaturn committed Mar 6, 2024
2 parents b7b3db5 + c4ee521 commit e86ccc4
Show file tree
Hide file tree
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
Expand Up @@ -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) -> {
Expand Down

0 comments on commit e86ccc4

Please sign in to comment.