Skip to content

Commit

Permalink
[podspec] Bump to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dasmer authored and Dasmer Singh committed May 21, 2015
1 parent e3c531c commit e995499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VENTouchLock.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'VENTouchLock'
s.version = '1.0.7'
s.version = '1.10.0'
s.summary = 'A passcode framework that features Touch ID'
s.description = <<-DESC
An easy to use passcode framework used in the Venmo app.
Expand Down
2 changes: 1 addition & 1 deletion VENTouchLock/VENTouchLock.m
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ - (void)lock
displayController = splashViewController;
}

BOOL fromBackground = [UIApplication sharedApplication].applicationState != UIApplicationStateBackground;
BOOL fromBackground = [UIApplication sharedApplication].applicationState == UIApplicationStateBackground;
if (fromBackground) {
[[NSRunLoop currentRunLoop] runMode:NSDefaultRunLoopMode beforeDate:[NSDate dateWithTimeIntervalSinceNow:0.1]];
VENTouchLockSplashViewController *snapshotSplashViewController = [[self.splashViewControllerClass alloc] init];
Expand Down

0 comments on commit e995499

Please sign in to comment.