fix build
This commit is contained in:
parent
f7042f7727
commit
f4b1e60634
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ public class MainMenuActivity extends BaseDownloadActivity implements OsmAndLoca
|
|||
@Override
|
||||
public void onPause() {
|
||||
super.onPause();
|
||||
getMyApplication().getLocationProvider().pauseAllUpdates()
|
||||
getMyApplication().getLocationProvider().pauseAllUpdates();
|
||||
getMyApplication().getLocationProvider().removeCompassListener(this);
|
||||
getMyApplication().getLocationProvider().removeLocationListener(this);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue