杨锴
2025-04-16 09a372bc45fde16fd42257ab6f78b8deeecf720b
Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQKeyboardManager/IQKeyboardManager+UIKeyboardNotification.swift
@@ -103,7 +103,7 @@
        }
        if keyboardConfiguration.overrideAppearance,
           let textInput: UITextInput = textFieldView as? UITextInput,
           let textInput: any UITextInput = textFieldView as? (any UITextInput),
            textInput.keyboardAppearance != keyboardConfiguration.appearance {
            // Setting textField keyboard appearance and reloading inputViews.
            if let textFieldView: UITextField = textFieldView as? UITextField {
@@ -129,7 +129,7 @@
        // Removing gesture recognizer   (Enhancement ID: #14)
        textFieldView.window?.removeGestureRecognizer(resignFirstResponderGesture)
        removeToolbarIfRequired()
        do {
            if let startingConfiguration = startingTextViewConfiguration,
               startingConfiguration.hasChanged {