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

Slow launches #584

Closed rastaman111 closed 2 weeks ago

rastaman111 commented 2 weeks ago

Describe the Bug:

I constantly get this message when I launch the application, but I don't see any dependencies in UI

I get from 1 to 3 of them as on the screen

Perhaps this is not a bug

Reproduction:

  1. Logged into the app
  2. Received this message

Expected Behavior:

No message data

Screenshots and/or Videos:

Снимок экрана 2024-10-29 в 13 40 33

Additional Context:

No response

LeoNatan commented 2 weeks ago

This is not related to this framework. The framework does not perform any I/O. You are just seeing this in the stack trace because it swizzles that particular method.

LeoNatan commented 2 weeks ago

If you have a full stack trace of where the runtime issue is produced, we can think together why it happens. You can verify this doesn't occur normally by running the included demo project in this repository.

rastaman111 commented 2 weeks ago

Ok, i'll try it on the test version a little later, i'll let you know the results