Skip to content

Commit

Permalink
Add missing UIUserInterfaceIdiom case
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernson committed Jul 1, 2021
1 parent 0b1de15 commit b577994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Q42Stats/Q42Stats.swift
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ private extension UIUserInterfaceIdiom {
case .carPlay: return "carPlay"
case .tv: return "tv"
case .unspecified: return "unspecified"
case .mac: return "mac"
@unknown default: return "unknown"
}
}
Expand Down

0 comments on commit b577994

Please sign in to comment.