File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
LTHPasscodeViewController Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 }];
You can’t perform that action at this time.
0 commit comments