forked from organicmaps/organicmaps
[android] Added moving viewport when elevation bottom sheet is opened in landscape mode
This commit is contained in:
parent
7f881dffb1
commit
707a497f1f
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ public class ElevationProfileBottomSheetController implements PlacePageControlle
|
|||
@Override
|
||||
public void onSheetDetailsOpened()
|
||||
{
|
||||
// TODO: coming soon
|
||||
if (UiUtils.isLandscape(mActivity))
|
||||
PlacePageUtils.moveViewPortRight(mSheet, mViewPortMinWidth);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue