altoslib/altosui: Carry receiver status around in AltosListenerState
[fw/altos] / altosui / AltosGraphUI.java
index f6e57e7ec7c119308ed310d5b31772f413b4be4f..d8b8f6dd282d41b1bbce8b4724f7dac3212714a5 100644 (file)
@@ -35,7 +35,7 @@ public class AltosGraphUI extends AltosUIFrame
                        if (state.gps != null && state.gps.locked && state.gps.nsat >= 4) {
                                if (map == null)
                                        map = new AltosSiteMap();
-                               map.show(state, 0);
+                               map.show(state, null);
                                has_gps = true;
                        }
                }