forked from organicmaps/organicmaps
[android] Do restoring of "My Position" status in onResume.
This commit is contained in:
parent
8a2acfe034
commit
3fbefffaff
1 changed files with 1 additions and 3 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue