Skip to content

Commit

Permalink
Update Keyboard.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
zjinhu committed Nov 23, 2023
1 parent 5b9929c commit 10b3412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/HUD/Core/Keyboard.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ extension KeyboardManager {
}
#endif

#if (os(iOS) || os(tvOS)) && !os(xrOS)
#if os(iOS) || os(tvOS) || targetEnvironment(macCatalyst)

class Screen {
static var safeArea: UIEdgeInsets = UIScreen.safeArea
Expand Down

0 comments on commit 10b3412

Please sign in to comment.