marinofaggiana 3 年之前
父节点
当前提交
c34cba53b1
共有 2 个文件被更改,包括 2 次插入3 次删除
  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) {