TorryDo / Floating-Bubble-View

🍀an Android library that adds floating views on top of your screen🎨, supports both XML and Jetpack Compose
Apache License 2.0
204 stars 34 forks source link

Close view is buggy #50

Closed kqvanity closed 10 months ago

kqvanity commented 1 year ago

Steps to reproduce

First - Scenario

  1. Define an expanded bubble view
  2. Just tap on the Icon
  3. During the time at which the expanded view is opening, the bottom close icon remains visible

image

Second Scenario

  1. Drag the popup sideways for example
  2. Drop the popup to be placed
  3. The close button remains visible (sometimes)

image

Maybe exposing closeBubble might help, or even append it to the minimize call

Expected behavior

The Bottom close icon should only be visible when the user is actively dragging the icon, then instantly close when not.

Actual behavior

Outlined at the steps to reproduce

Crash logs

N/A

Floating-Bubble-View version

0.6.3

Android version

Android 9.1

Device

Huawei mrd-lx1

Other details

The project that I've currently using.

https://github.com/TorryDo/Floating-Bubble-View/assets/48662854/bf363fe1-677b-4039-a126-9c8cbe3ca343

Acknowledgements

TorryDo commented 10 months ago

Hi @z0xyz 👋, This bug has been fixed in v0.6.4. If you have any problems, don't hesitate to re-open the issue. Thank you. 💖

kqvanity commented 10 months ago

Thank you. I'll update the dependencies and test-run the new release.