[android] Do restoring of "My Position" status in onResume.

This commit is contained in:
vng 2012-10-16 13:42:59 +03:00 committed by Alex Zolotarev
parent 8a2acfe034
commit 3fbefffaff

View file

@ -139,7 +139,6 @@ public class MWMActivity extends NvEventQueueActivity implements LocationService
public void run()
{
// Run all checks in main thread after rendering is initialized.
checkShouldResumeLocationService();
checkMeasurementSystem();
checkProVersionAvailable();
checkUpdateMaps();
@ -707,8 +706,7 @@ public class MWMActivity extends NvEventQueueActivity implements LocationService
@Override
protected void onResume()
{
// all actions to restore the current state of the location mark
// are taken in OnRenderingInitialized.
checkShouldResumeLocationService();
startWatchingCompassStatusUpdate();