Skip to content

Commit

Permalink
Update to cover vision device class
Browse files Browse the repository at this point in the history
  • Loading branch information
theospears committed Oct 7, 2023
1 parent 4bc6857 commit 4d457ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BeeSwift/DatapointValueAccessory.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class DatapointValueAccessory : UIInputView {
switch UIDevice.current.userInterfaceIdiom {
case .pad, .mac:
return false
case .phone, .carPlay, .tv, .unspecified:
case .phone, .carPlay, .tv, .vision, .unspecified:
return true
@unknown default:
return true
Expand Down

0 comments on commit 4d457ec

Please sign in to comment.