Daltron / NotificationBanner

The easiest way to display highly customizable in app notification banners in iOS
MIT License
4.78k stars 662 forks source link

Fix crash in bannerPositionFrame when appWindow returns nil #321

Closed pawin closed 3 years ago

pawin commented 3 years ago

In some case iOS13 returns nil when getting scene/window. Fix by adding UIApplication.shared.keyWindow.

xxbic commented 3 years ago

Please approve this pull request.