marinofaggiana il y a 4 ans
Parent
commit
a3ecfca7dd
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      iOSClient/AppDelegate.m

+ 2 - 2
iOSClient/AppDelegate.m

@@ -1540,8 +1540,8 @@
     });
 }
 
-- (void)didInputCorrectPasscodeInPasscodeViewController:(TOPasscodeViewController *)passcodeViewController {
-    
+- (void)didInputCorrectPasscodeInPasscodeViewController:(TOPasscodeViewController *)passcodeViewController
+{
     [passcodeViewController dismissViewControllerAnimated:YES completion:^{
         self.passcodeViewController = nil;
     }];