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];