LeoNatan / LNPopupController

A framework for presenting view controllers as popups of other view controllers, much like the Apple Music and Podcasts apps.
MIT License
3.04k stars 342 forks source link

Miniplayer disappears sometimes and popup is not opened. #557

Closed iDylanK closed 9 months ago

iDylanK commented 10 months ago

Describe the Bug After opening the popup using openPopup, the miniplayer sometimes disappears and the popup is not opened.

To Reproduce Steps to reproduce the behavior:

  1. Open the popup using a button (openPopup)
  2. Close the popup by dragging
  3. Immediately open the popup again using the button click (openPopup)
  4. The MiniPlayer disappears and the popup is not opened. This state is unrecoverable.

Sometimes it requires a few attempts.

LeoNatan commented 10 months ago

Hello,

Please attach a small project that reproduces this issue.

Thanks

iDylanK commented 10 months ago

Hi,

At the moment I can't reproduce it in a demo project. I will try again next week! Thanks.

LeoNatan commented 9 months ago

Closing for now. Please reopen if you manage to reproduce. Also make sure you are using the latest version.

Thanks

iDylanK commented 9 months ago

Fixed by updating to v2.18! Thanks again.