marinofaggiana 4 years ago
parent
commit
e3d3984c3c
3 changed files with 2 additions and 3 deletions
  1. 1 1
      Cartfile
  2. 1 1
      Cartfile.resolved
  3. 0 1
      iOSClient/AppDelegate.m

+ 1 - 1
Cartfile

@@ -23,4 +23,4 @@ github "FabrizioBrancati/Queuer"
 github "https://github.com/marinofaggiana/AFNetworking" "master"
 github "https://github.com/marinofaggiana/KTVHTTPCache" "2.0.2"
 github "https://github.com/marinofaggiana/XLForm" "master"
-github "https://github.com/marinofaggiana/TOPasscodeViewController" "0.0.6"
+github "https://github.com/marinofaggiana/TOPasscodeViewController" "0.0.7"

+ 1 - 1
Cartfile.resolved

@@ -18,7 +18,7 @@ github "krzyzanowskim/OpenSSL" "1.0.218"
 github "malcommac/SwiftRichString" "3.7.1"
 github "marinofaggiana/AFNetworking" "2967678c3e0e98c9b8d7e06222ad12d1f49c26f2"
 github "marinofaggiana/KTVHTTPCache" "2.0.2"
-github "marinofaggiana/TOPasscodeViewController" "0.0.6"
+github "marinofaggiana/TOPasscodeViewController" "0.0.7"
 github "marinofaggiana/XLForm" "eb9381ad8129f60402bf412250fb31b95a628a08"
 github "nextcloud/ios-communication-library" "baa27749b901aad2c95d5ecae7a3a1304e7b605e"
 github "realm/realm-cocoa" "v5.0.3"

+ 0 - 1
iOSClient/AppDelegate.m

@@ -1502,7 +1502,6 @@
         }
 
         self.passcodeViewController.delegate = self;
-        self.passcodeViewController.allowCancel = false;
         self.passcodeViewController.keypadButtonShowLettering = false;
         
         if ([laContext canEvaluatePolicy:LAPolicyDeviceOwnerAuthenticationWithBiometrics error:&error]) {