forked from organicmaps/organicmaps
[android] Fix navigation buttons bottom limit calculation
This commit is contained in:
parent
ce6c36b209
commit
a4ca8c639d
1 changed files with 1 additions and 1 deletions
|
@ -1629,7 +1629,7 @@ public class MwmActivity extends BaseMwmFragmentActivity
|
|||
{
|
||||
if (mNavAnimationController != null && !mIsFragmentContainer)
|
||||
{
|
||||
mNavAnimationController.setBottomLimit(show ? 0 : getCurrentMenu().getFrame().getHeight());
|
||||
mNavAnimationController.setBottomLimit(!show ? 0 : getCurrentMenu().getFrame().getHeight());
|
||||
mNavAnimationController.slide(show, getCurrentMenu().getFrame().getHeight());
|
||||
}
|
||||
if (show)
|
||||
|
|
Loading…
Add table
Reference in a new issue