Skip to content

Commit 44b07f4

Browse files
committed
no message
1 parent 792fa72 commit 44b07f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

LTHPasscodeViewController/LTHPasscodeViewController.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,6 +1051,7 @@ - (void)showLockScreenWithAnimation:(BOOL)animated withLogout:(BOOL)hasLogout an
10511051
LTHMainWindow.center.y + self.navigationController.navigationBar.frame.size.height / 2);
10521052
}
10531053
}
1054+
10541055
[UIView animateWithDuration: animated ? _lockAnimationDuration : 0 animations: ^{
10551056
self.view.center = newCenter;
10561057
}];
@@ -1105,6 +1106,7 @@ - (void)showLockScreenIntoSuperview:(UIView *)superview WithAnimation:(BOOL)anim
11051106
superviewCenter.y + self.navigationController.navigationBar.frame.size.height / 2);
11061107
}
11071108
}
1109+
11081110
[UIView animateWithDuration: animated ? _lockAnimationDuration : 0 animations: ^{
11091111
self.view.center = newCenter;
11101112
}];

0 commit comments

Comments
 (0)