Skip to content

Commit

Permalink
Merge pull request #79 from alexsorokoletov/master
Browse files Browse the repository at this point in the history
fix for /issues/78
  • Loading branch information
Roland Leth committed Nov 6, 2014
2 parents bbfa21e + d0a39db commit e511dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LTHPasscodeViewController/LTHPasscodeViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -1378,7 +1378,7 @@ - (void)_applicationWillEnterForeground {


- (void)_applicationWillResignActive {
if ([self _doesPasscodeExist]) {
if ([self _doesPasscodeExist] && !([self isCurrentlyOnScreen] && [self displayedAsLockScreen])) {
[self _saveTimerStartTime];
}
}
Expand Down

0 comments on commit e511dbb

Please sign in to comment.