Skip to content

Commit

Permalink
fix: forgot to actually inject swizzling
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Jan 15, 2025
1 parent df00ee5 commit d0f0aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/views/KeyboardGestureAreaManager.mm
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ + (void)load
[super load];

[UIResponder swizzleResignFirstResponder];
[UIResponder swizzleBecomeFirstResponder];
}

// MARK: Constructor
Expand Down

0 comments on commit d0f0aee

Please sign in to comment.