Skip to content

1.2.0

Compare
Choose a tag to compare
@skydoves skydoves released this 30 Jul 11:54
d5c46ae

🎉 Released a new version 1.2.0! 🎉

What's New?

  • Arrow not placing the first time at the right position (#74)
  • Added a setDismissWhenLifecycleOnPause functionality. (#77)
    The balloon popup will be dismissed when the lifecycle owner is on pause status. This method must be work used with 1setLifecycleOwner.
  • Added setIconGravity(value: IconGravity) functionality for deciding gravity of the icon.
  • Added OnBalloonInitializedListener for listening initialized balloon content. (when balloon popup is shown)