SwiftKickMobile / SwiftMessages

A very flexible message bar for UIKit and SwiftUI.
MIT License
7.24k stars 741 forks source link

Crash while clicking two times to hide the presenting controller #527

Closed itcmarcinrabieko closed 9 months ago

itcmarcinrabieko commented 9 months ago

Hi, we are facing a crash in the library. The unowned 'self' from the screen should be weak, otherwise, it will crash often for quick fingers.

Zrzut ekranu 2023-09-12 o 13 23 17

Can I please for a fix soon? It would be great and appreciated so much.

wtmoose commented 9 months ago

I removed the unowned reference along with a few other unreleased changes on the head of master. Could you verify?

lgreydev commented 9 months ago

It works?

itcmarcinrabieko commented 8 months ago

Yes, it looks like 9.0.7 version is ok. Thanks!