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 not placing first time at right position #74

Closed
sokolking opened this issue Jul 8, 2020 · 3 comments
Closed

Arrow not placing first time at right position #74

sokolking opened this issue Jul 8, 2020 · 3 comments
Assignees
Labels
Released Released already on the latest version.

Comments

@sokolking
Copy link

  • Library Version 1.1.9
  • Honor 10 Lite

So, it's happening not at all devices, but fo my Honor 10lite, when i create Ballon(i'm using lazy load) first time arrow going from start to correct place.
After tan, it's placing correct, but first time - not
2

@sokolking
Copy link
Author

    return createBalloon(context) {
        setLayout(R.layout.layout_note)
        setArrowOrientation(ArrowOrientation.TOP)
        setArrowPosition(0.8f)
        setWidthRatio(1f)
        setHeight(context.px2dip(context.percentHeight(0.56F).toInt()).toInt())
        setCornerRadius(20f)
        setBackgroundColor(ContextCompat.getColor(context, R.color.white))
        setBalloonAnimation(BalloonAnimation.FADE)
        setLifecycleOwner(lifecycle)

@skydoves skydoves self-assigned this Jul 11, 2020
@skydoves
Copy link
Owner

Hi, @sokolking!
Thank you for your issue and it seems to fixed now.
Could you run again using the demo project?

@skydoves
Copy link
Owner

Hi, @sokolking!
It is fixed in the new version 1.2.0!
Thank you for your issue :)

@skydoves skydoves added the Released Released already on the latest version. label Jul 30, 2020
@skydoves skydoves closed this as completed Aug 1, 2020
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