forked from organicmaps/organicmaps
[android] Fixed review notes
https://github.com/mapsme/omim/pull/11668#discussion_r322845067
This commit is contained in:
parent
18d06b4a7a
commit
31608f742a
1 changed files with 3 additions and 1 deletions
|
@ -130,7 +130,9 @@ class NavigationButtonsAnimationController
|
|||
else if (mZoomIn.getVisibility() == View.INVISIBLE
|
||||
&& isViewInsideLimits(mZoomIn))
|
||||
{
|
||||
UiUtils.show(mZoomIn, mZoomOut, mCrownView);
|
||||
UiUtils.show(mZoomIn, mZoomOut);
|
||||
if (mCrownView != null)
|
||||
UiUtils.show(mCrownView);
|
||||
if (mTranslationListener != null)
|
||||
mTranslationListener.onFadeInZoomButtons();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue