forked from organicmaps/organicmaps
[android] Fixed map layers button jumping
This commit is contained in:
parent
6f41534129
commit
a2edaf4d35
1 changed files with 2 additions and 1 deletions
|
@ -182,7 +182,8 @@ public class MapLayerCompositeController implements MapLayerController
|
|||
@Override
|
||||
public void adjust(int offsetX, int offsetY)
|
||||
{
|
||||
mMasterEntry.mController.adjust(offsetX, offsetY);
|
||||
for(ControllerAndMode controllerAndMode: mChildrenEntries)
|
||||
controllerAndMode.getController().adjust(offsetX, offsetY);
|
||||
}
|
||||
|
||||
private void showDialog()
|
||||
|
|
Loading…
Add table
Reference in a new issue