From ef6ff56eaf8beb622890d7daace1ee729439576b Mon Sep 17 00:00:00 2001 From: Roland Leth Date: Mon, 31 Oct 2016 13:15:09 +0200 Subject: [PATCH] Fixed title for lockscreen with a navbar --- LTHPasscodeViewController/LTHPasscodeViewController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/LTHPasscodeViewController/LTHPasscodeViewController.m b/LTHPasscodeViewController/LTHPasscodeViewController.m index 2b3fdad..8b6fcf9 100755 --- a/LTHPasscodeViewController/LTHPasscodeViewController.m +++ b/LTHPasscodeViewController/LTHPasscodeViewController.m @@ -1129,6 +1129,7 @@ - (void)_prepareAsLockScreen { _isUserEnablingPasscode = NO; _isUserSwitchingBetweenPasscodeModes = NO; + self.title = @""; [self _resetUI]; #if !(TARGET_IPHONE_SIMULATOR) [self _setupFingerPrint];