forked from organicmaps/organicmaps
changed > to >= in updateButtonsVisibility
Signed-off-by: Aryan <sagavekararyan@gmail.com>
This commit is contained in:
parent
11ed4aef05
commit
056ecc0680
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ public class MapButtonsController extends Fragment
|
|||
{
|
||||
final View button = entry.getValue();
|
||||
if (button.getParent() == parent)
|
||||
showButton(getViewTopOffset(translation, button) > 0, entry.getKey());
|
||||
showButton(getViewTopOffset(translation, button) >= 0, entry.getKey());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue