LeoNatan / LNPopupUI

A SwiftUI library for presenting views as popups, much like the Apple Music and Podcasts apps.
MIT License
320 stars 29 forks source link

LNPopupController: The popup controller is already in transition. Will ignore this transition request. #13

Closed jiangdi0924 closed 2 years ago

jiangdi0924 commented 2 years ago

Nice repo very useful to me, much appreciated, i found a issue this is very confusing. Describe the Bug When audio is playing popup content view always change isPopupOpen status and open and close over and over again; the terminal show "LNPopupController: The popup controller is already in transition. Will ignore this transition request."

To Reproduce Steps to reproduce the behavior:

  1. play audio file
  2. click popup bar
  3. drag down popup content view then the bug show

(i use this repo playing remote audio https://github.com/tanhakabir/SwiftAudioPlayer)

https://user-images.githubusercontent.com/21988177/147359466-6da87aa7-725a-4cec-9039-fb563841438f.mp4

LeoNatan commented 2 years ago

Hello, Can you please provide a small example project where this reproduces? Thanks

LeoNatan commented 2 years ago

Ping