marinofaggiana 3 years ago
parent
commit
c34cba53b1
2 changed files with 2 additions and 3 deletions
  1. 1 1
      Cartfile
  2. 1 2
      iOSClient/AppDelegate.swift

+ 1 - 1
Cartfile

@@ -13,5 +13,5 @@ binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseCrashlyticsBinary
 binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseAnalyticsBinary.json"
 
 github "https://github.com/marinofaggiana/KTVHTTPCache" "2.0.2"
-github "https://github.com/marinofaggiana/TOPasscodeViewController" "0.0.7"
+github "https://github.com/marinofaggiana/TOPasscodeViewController" "0.0.8"
 github "https://github.com/marinofaggiana/OpenSSL" "master"

+ 1 - 2
iOSClient/AppDelegate.swift

@@ -670,8 +670,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
         }
         
         if passcodeViewController == nil {
-            
-            passcodeViewController = TOPasscodeViewController.init(style: .translucentLight, passcodeType: .sixDigits)
+            passcodeViewController = TOPasscodeViewController.init(style: .translucentDark, passcodeType: .sixDigits)
             passcodeViewController?.delegate = self
             passcodeViewController?.keypadButtonShowLettering = false
             if CCUtility.getEnableTouchFaceID() && laContext.canEvaluatePolicy(.deviceOwnerAuthenticationWithBiometrics, error: &error) {