Skip to content

Commit

Permalink
Fixed title for lockscreen with a navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandleth committed Oct 31, 2016
1 parent 418bc40 commit ef6ff56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LTHPasscodeViewController/LTHPasscodeViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -1129,6 +1129,7 @@ - (void)_prepareAsLockScreen {
_isUserEnablingPasscode = NO;
_isUserSwitchingBetweenPasscodeModes = NO;

self.title = @"";
[self _resetUI];
#if !(TARGET_IPHONE_SIMULATOR)
[self _setupFingerPrint];
Expand Down

0 comments on commit ef6ff56

Please sign in to comment.