()
| 169 | } |
| 170 | |
| 171 | pub fn fixed_orientation_error() -> AppError { |
| 172 | AppError::bad_request("Rotation is not available for Apple TV or Apple Watch simulators.") |
| 173 | } |
| 174 | |
| 175 | pub fn digital_crown_error() -> AppError { |
| 176 | AppError::bad_request("Digital Crown rotation is only available for Apple Watch simulators.") |
no outgoing calls
no test coverage detected