-
-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App crashes on iOS 8 in _applicationWillEnterForeground method #80
Comments
As a fix I created a method call showLockScreenWithAnimation
and replaced // This is like this because it screws up the navigation stack otherwise with [self performSelector:@selector(showLockScreenWithAnimation) |
Hey, Thanks! But shouldn't it be |
:)) I only made a quick fix so if anybody else had the same issue will know how to fix it. I didn't pay attention to method's name. |
Hmm, I don't really have the time right now, would you be willing to add the fix and create a pull request, please? Would be awesome :) |
Fixed in 3.2.0 |
The app chanshes because of this line:
// This is like this because it screws up the navigation stack otherwise
[self performSelector:@selector(showLockScreenWithAnimation:withLogout:andLogoutTitle:)
withObject:@(NO)
afterDelay:0.0];
Steps to reproduce:
The text was updated successfully, but these errors were encountered: