marinofaggiana 4 rokov pred
rodič
commit
a3ecfca7dd
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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;
     }];