diff options
author | Keith Packard <keithp@keithp.com> | 2015-05-26 00:46:21 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-05-26 00:46:21 -0700 |
commit | f41fe2291891b28327c332098bdc601bc75fc4c0 (patch) | |
tree | 3b1a4de9851289c1edc31ded69c26fc0e345c6c2 /telegps/TeleGPS.java | |
parent | cd0f4de98ea709e5f070d5f1337658590d2004a1 (diff) |
altosuilib: Use new map code for map preload UI
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'telegps/TeleGPS.java')
-rw-r--r-- | telegps/TeleGPS.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telegps/TeleGPS.java b/telegps/TeleGPS.java index 1e134900..0e46a780 100644 --- a/telegps/TeleGPS.java +++ b/telegps/TeleGPS.java @@ -173,7 +173,7 @@ public class TeleGPS } void load_maps() { - new AltosUIMapPreload(this); + new AltosUIMapPreloadNew(this); } void disconnect() { |