[android] Fixed map layers button jumping

This commit is contained in:
Alexander Zatsepin 2018-08-17 13:51:56 +03:00 committed by Roman Kuznetsov
parent 6f41534129
commit a2edaf4d35

View file

@ -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()