Skip to content

Commit

Permalink
fix: swiftformat
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Jan 17, 2025
1 parent 850e57e commit 7e847c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/observers/FocusedInputObserver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public class FocusedInputObserver: NSObject {
* a consistent state when keyboard is not shown
*/
@objc func didReceiveBlur(_: Notification) {
if self.currentResponder == nil {
if currentResponder == nil {
// blur was already handled by keyboard event
return
}
Expand Down

0 comments on commit 7e847c0

Please sign in to comment.