You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a MSNotificationView is created and the parent view is dismissed, the MSNotificationView crashes inside the hide function. This particularly happens when we specify a delay for the view and parent view gets dismissed before MSNotificationView delay expires.
The text was updated successfully, but these errors were encountered:
Currently we are doing that (handling the deallocation manually). We need to do this at every instance of msnotification. However, I think this handling should be present within MSNotification, that is, it shouldn't crash independently, in case the parent view controller gets de-allocated.
If a MSNotificationView is created and the parent view is dismissed, the MSNotificationView crashes inside the hide function. This particularly happens when we specify a delay for the view and parent view gets dismissed before MSNotificationView delay expires.
The text was updated successfully, but these errors were encountered: