SwiftEntryKit
SwiftEntryKit copied to clipboard
Crash issue in iPadOS 14.2
Describe the bug Tried to display and dismiss Entry Kit. Working fine in iOS 14.2 below
To Reproduce
- Show "EKAlertMessage" with option yes or no
- Show "topToast" Entry Kit
- Upon EkAlertMessage button callback, dismiss all entry kit
- Crashed in SwiftEntryKit/EKWindowProvider.swift
Expected behavior Both EntryKits can be dismissed without crashing
Screenshots
iPhone (please complete the following information):
- Device: Simulator iPad 8th Generation
- iOS Version: 14.2
- Xcode Version: 12.2 Beta
- SwiftEntryKit Release # 1.2.6
I have the same issue here
Same issue in iPhone XS 14.6, where rootVC is nil, but entryWindow is not
same here
This crash happen with me when accidentally replace the rootViewController of the EKWindowProvider.entryWindow, which is being the key window of the application