Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arrow visibility does not respect setIsVisibleArrow(false) #162

Closed
m-sabeeh opened this issue Feb 24, 2021 · 1 comment
Closed

arrow visibility does not respect setIsVisibleArrow(false) #162

m-sabeeh opened this issue Feb 24, 2021 · 1 comment
Assignees
Labels
Released Released already on the latest version.

Comments

@m-sabeeh
Copy link

Please complete the following information:

  • Library Version 1.3.2 and 1.3.3-SNAPSHOT
  • Affected Device(s) Google Pixel 3

Describe the Bug:

According to documentation, setIsVisibleArrow(bool) sets the visibility of the arrow, while arrow is always visible irrespective of the flag.

Following are arrow related api call that I make during balloon building

setArrowSize(14)
setArrowPositionRules(ArrowPositionRules.ALIGN_ANCHOR)
setIsVisibleArrow(false)

and then

anchorView.showAlignBottom(myBalloon)

It should respect the false flag in the builder and should not show arrow, as per my understanding.

Expected Behavior:

arrow should be hidden if we call setIsVisibleArrow(false)

@skydoves skydoves self-assigned this Feb 26, 2021
@skydoves skydoves added Release Next This feature will be released on next version Released Released already on the latest version. and removed Release Next This feature will be released on next version labels Feb 26, 2021
@skydoves
Copy link
Owner

Released a new stable 1.3.3!
Thanks for your issue :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Released Released already on the latest version.
Projects
None yet
Development

No branches or pull requests

2 participants