Fix gps
This commit is contained in:
parent
3f0e976907
commit
55b46e2e48
1 changed files with 0 additions and 2 deletions
|
@ -159,8 +159,6 @@ public class MapActivity extends AccessibleActivity {
|
|||
dashboardOnMap.createDashboardView();
|
||||
checkAppInitialization();
|
||||
parseLaunchIntentLocation();
|
||||
//next line destroys AGPS data if no Internet connectivity is present! AGPS must never be re-downloaded without prior Internet connectivity check!
|
||||
//getMyApplication().getLocationProvider().redownloadAGPS();
|
||||
mapView.setTrackBallDelegate(new OsmandMapTileView.OnTrackBallListener() {
|
||||
@Override
|
||||
public boolean onTrackBallEvent(MotionEvent e) {
|
||||
|
|
Loading…
Reference in a new issue