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
I have some code that may attempt to display SSSnackbar at launch from -applicationDidFinishLaunching:. I'm OK with it not being able to display a message here, but instead it crashes. The problem is that in -show it assumes there's a rootViewController:
I have some code that may attempt to display SSSnackbar at launch from
-applicationDidFinishLaunching:
. I'm OK with it not being able to display a message here, but instead it crashes. The problem is that in-show
it assumes there's arootViewController
:If this is nil, bad things happen. I think it just needs a check for nil here. It could return without displaying anything.
The text was updated successfully, but these errors were encountered: