|
@@ -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) {
|