Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
ac192f448e
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue