Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2015-04-12 11:20:45 +02:00
commit ac192f448e

View file

@ -159,7 +159,8 @@ public class MapActivity extends AccessibleActivity {
dashboardOnMap.createDashboardView(); dashboardOnMap.createDashboardView();
checkAppInitialization(); checkAppInitialization();
parseLaunchIntentLocation(); parseLaunchIntentLocation();
getMyApplication().getLocationProvider().redownloadAGPS(); //next line destroys AGPS data if no Internet is present! AGPS must never be re-downloaed without prior Internet connectivity check!
//getMyApplication().getLocationProvider().redownloadAGPS();
mapView.setTrackBallDelegate(new OsmandMapTileView.OnTrackBallListener() { mapView.setTrackBallDelegate(new OsmandMapTileView.OnTrackBallListener() {
@Override @Override
public boolean onTrackBallEvent(MotionEvent e) { public boolean onTrackBallEvent(MotionEvent e) {