Skip to content

Commit

Permalink
- Fixed an issue with the interactivePopGestureRecognizer
Browse files Browse the repository at this point in the history
  • Loading branch information
hackiftekhar committed Aug 3, 2024
1 parent 9febb72 commit 19e5f14
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ import UIKit
internal extension IQKeyboardManager {

func handleKeyboardTextFieldViewVisible() {
if self.activeConfiguration.rootControllerConfiguration == nil { // (Bug ID: #5)

do {
let rootConfiguration: IQRootControllerConfiguration? = self.activeConfiguration.rootControllerConfiguration
if let gestureConfiguration = self.rootConfigurationWhilePopGestureActive,
gestureConfiguration.rootController == rootConfiguration?.rootController {
Expand Down

0 comments on commit 19e5f14

Please sign in to comment.