forked from organicmaps/organicmaps
Update android/src/app/organicmaps/maplayer/MapButtonsController.java
Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com> Signed-off-by: Aryan <sagavekararyan@gmail.com>
This commit is contained in:
parent
8c1376fc43
commit
11ed4aef05
1 changed files with 0 additions and 4 deletions
|
@ -242,13 +242,9 @@ public class MapButtonsController extends Fragment
|
|||
public void updateButtonsVisibility()
|
||||
{
|
||||
if (mInnerLeftButtonsFrame != null)
|
||||
{
|
||||
updateButtonsVisibility(mInnerLeftButtonsFrame.getTranslationY(), mInnerLeftButtonsFrame);
|
||||
}
|
||||
if (mInnerRightButtonsFrame != null)
|
||||
{
|
||||
updateButtonsVisibility(mInnerRightButtonsFrame.getTranslationY(), mInnerRightButtonsFrame);
|
||||
}
|
||||
}
|
||||
|
||||
private void updateButtonsVisibility(final float translation, @Nullable View parent)
|
||||
|
|
Loading…
Add table
Reference in a new issue