forked from organicmaps/organicmaps
[android] Fixed disabling traffic mode
This commit is contained in:
parent
a08666f777
commit
0b94be8836
1 changed files with 12 additions and 0 deletions
|
@ -64,9 +64,21 @@ public class MapLayerCompositeController implements MapLayerController
|
|||
|
||||
boolean enabled = mode.isEnabled(mActivity);
|
||||
if (enabled)
|
||||
{
|
||||
turnOn();
|
||||
}
|
||||
else
|
||||
{
|
||||
turnOff();
|
||||
turnInitialMode();
|
||||
}
|
||||
}
|
||||
|
||||
private void turnInitialMode()
|
||||
{
|
||||
mMasterEntry.mController.hideImmediately();
|
||||
mMasterEntry = mChildrenEntries.iterator().next();
|
||||
mMasterEntry.mController.showImmediately();
|
||||
}
|
||||
|
||||
public void applyLastActiveMode()
|
||||
|
|
Loading…
Add table
Reference in a new issue